

h3 {
	font-weight: bold;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.newhead {
	font-weight: bold;
	color: #AB1F23;
}
.gold {	font-size: 18px;
	font-weight: bold;
	color: #e3b007;
}
.smallgray {	font-size: 10px;
	color: #333333;
}


a:link{color: #AB1F23; text-decoration:underline; font-family: arial; font-size: 12px;}
a:visited{color: #AB1F23; text-decoration:underline; font-family: arial; font-size: 12px;}
a:hover {color:#666666; text-decoration:underline; font-family: arial; font-size: 12px;}

.navlink, a.navlink, a.navlink:visited, a.navlink:active {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
a.navlink:hover {
	color: #e3b007;
	text-decoration: underline;
	font-weight:bold;
}



