/* CSS Document */
.georgia a:link, .georgia a:visited, .georgia a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;	
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
}
body, td, div{
	color: #000000;
	font-size: 12px;
}
body a:link, body a:visited, td a:link, td a:visited{
	color: #000066;
	text-decoration: underline;
}
body a:hover, td a:hover{
	color: #FF0000;
}
.mainnav a:link, .mainnav .a:visited{
	color: #FED983;
	text-decoration: none;
}
.mainnav a:hover{
	color: #FDC960;
	text-decoration: underline;
}