body{
	margin: 0px;
	background-image: url(images/bg_main.gif);
	}
	
table.main{
	background: #FFFFFF;
	border: solid 1px #000000;
	}

td.menuCell{
	text-align: right;
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold; 
	color: #626262; 
	cursor: pointer; 
	cursor: hand;
	}

td.main{
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	padding: 15px;
	}

td.header{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: #4AA5C2;
	padding: 3px;
	}

td.content{
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	padding: 3px;
	}
	
td.footer{
	text-align: right;
	font-family: Arial; 
	font-size: 10px; 
	color: #333333;
	}
	
td.framed{
	text-align: center;
	bgcolor: #CCCCCC;
	border: solid 2px #9A9A9A;
	background: #CCCCCC;
	}
	
a.menu{
	text-decoration: none;
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold; 
	color: #626262;
	}
	
a.menu:hover{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 15px; 
	font-weight: bold; 
	color: #626262;
	}
	
a.submenu{
	text-decoration: none;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #626262;
	}
	
a.submenu:hover{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #626262;
	}
		
a.main{
	text-decoration: none;
	font-family: Arial; 
	font-size: 12px; 
	color: #3377BB;
	padding: 3px;
	}
	
a.main:hover{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	padding: 3px;
	}
	
a.sponsor{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 12px; 
	color: #FFFFFF;
	padding: 3px;
	}
	
a.sponsor:hover{
	text-decoration: underline;
	font-family: Arial; 
	font-size: 12px; 
	color: #333333;
	padding: 3px;
	}
	
.suInput{
	font-family: Verdana;
	font-size: 11px;
	}

.suButton{
	font-family: Verdana;
	font-size: 10px;
	}
	
.input{
	font-family: Verdana;
	font-size: 11px;
	}

.button{
	font-family: Verdana;
	font-size: 11px;
	}

	
/* Required For Feedback */	
.feedback{
	border: solid 1px #000000;
	}
	
.success{
	background: #B7DF6F;
	font-family: Verdana;
	font-size: 12px;
	padding: 3px;
	}
	
.notice{
	background: #FFFF99;
	font-family: Verdana;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	}

.error{
	background: #FFC8D3;
	font-family: Verdana;
	font-size: 12px;
	padding: 3px;
	text-align: center;
	}