/* CSS Document */
body {
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-position: left top;
}
.cpytext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #2a2672}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3c3c30;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.text a {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
.text a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
.bldtext {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #2a2672; 
	font-weight: bold;
	}
.tmtext{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666
}

#nav a:hover {
	text-decoration: none;
	color: #333333;
}