@charset "utf-8";
/* CSS Document */

.headers {
	font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #D9A630;
}



a:link     { font-family: Arial, Verdana, Helvetica; color: #F7F3AA; text-decoration: underline; font-weight: normal;}
a:visited  { font-family: Arial, Verdana, Helvetica; color: #F7F3AA; text-decoration: none; font-weight: normal;}
a:hover    { font-family: Arial, Verdana, Helvetica; color: #FF3401; text-decoration: none; font-weight: normal;}




.maincontent {
	color: #F7F3AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



.style3 {
	color: #D9A630;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


a.active:link { color: #D9A630; text-decoration: underline; }


a.noactive:active {
color: #D9A630;
text-decoration: none
}




a.specialLink:link { color: #D9A630; font-family: Arial, Helvetica, sans-serif; font-weight: bold; 	font-size: 12px; text-decoration: none}
a.specialLink:visited { color: #D9A630; text-decoration: none; font-weight: bold;}
a.specialLink:hover { color: red; font-weight: bold;}


