html, body { 	
	background:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333;
}
table { 
	font-size: 11px; 
	font-weight: normal; 
	color: #333;
	margin:0px 0px 0px 0px; 
}
form { 
	margin:0px 0px 0px 0px; 
}
h1 {  
	font-size: 14px; 
	line-height: normal; 
	font-weight: bold; 
	color: #AC0026; 
	text-decoration: none
}
h2 {  
	font-size: 14px; 
	line-height: normal; 
	font-weight: bold; 
	color: #333; 
	text-decoration: none
}
h3{
	padding:0px 0px 0px 0px;
	margin:0px 0px 18px 0px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#AC0026;
	text-align:left;
	width:480px;
	}
.bgTD {
	background:#fff;
	padding:0px 0px 0px 0px;  
}
.regform {
	padding:0px 0px 0px 0px;  
	font-size: 11px; 
	font-weight: normal;
	color:#333;
	background-color:#eee;
	border-style:solid;
	border-width:1px;
	border-color:#000;
}
.regSubmit {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	font-size: 11px; 
	font-weight: bold;
	color:#eee;
	background-color:#AC0026;
	border:solid 1px #000;
}

/* LINKS */
a:link,a:visited {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: normal; 
	color: #AC0026; 
	text-decoration: none
}
a:hover,a:active {  
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: normal; 
	color: #666; 
	text-decoration: none
}