/* body color and margin*/
BODY {
	color: #FFFFFF;
	font-size: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;

}
/* colors for background */
.colorbg {
	background-color: #FFFFFF;
}

.regFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
/* form margins */

form { 
	margin-top:0px; 
	margin-bottom:0px;
	}

/* Common link styles Begin */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* Common link styles End */
.style10Copy {
	font-size: 9px;
	color: #666666;

}
 #bottomnav a:link 
 {
	color:#000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px
 }
 
 #bottomnav a:visited 
 {
	color:#000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px
 }
 
 #bottomnav a:hover 
 {
	color:#000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px
 }
 
 #bottomnav a:active
  {
	color:#000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px
 }