.navtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.navtext a {
	color: #FFFFFF;
 text-decoration: none;
}
.navtext a:hover {
	color: #FFFFFF;
 text-decoration: underline;
}
.titletext {
	font-family: Verdana;
	font-size: 24px;
	color: #FFFFFF;
}
.textwht12 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.bodytext {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
 line-height:16px;
}
.verdana8 {
	font-family: Verdana;
	font-size: 8px;
}
.verdana10 {
	font-family: Verdana;
	font-size: 10px;
}
.verdana12 {
	font-family: Verdana;
	font-size: 12px;
}

.bodytext a {
    text-decoration: underline;
   	color: #339900;
}
.bodytext a:hover {
    text-decoration: none;
    background-color: #339900;
    color: #FFFFFF;
}
.pageheader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #68CC00;
}
ol {
	line-height: 18px;
}
body {
	background-color: #CCCCCC;
}
.iconborder {
	border: 1px solid #333333;
}
.textwht14 {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.gray {
	color: #333333;
}
.red {
	color:#F00;
}
.bold {
 font-weight:bold;
}
.sponsors {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.homelink a {
 color: #123456;
 text-decoration: none;
}
.homelink a:hover {
 text-decoration: underline;
}
.reportselects {
	background-color: #eeeeee;
	color: #333333;
}
.selectpastresults {
	font-family: "Courier New";
	font-size: 12px;
	color: #30B0E8;
	width: 150px;
}
.border1px {
	border: 1px solid #999999;
}
.border2px {
	border: 2px solid #999999;
}
#top { margin: 0 auto; }
#header { margin: 0 auto; }
#content { margin: 0 auto; }
#backtotop {
	cursor : pointer;
	display : none;
	position : fixed;
	bottom : 10px;
	font-size : 90%;
	padding	: 10px;
 left: 50%;
 transform: translate(-50%, 0);
 width : 100px;;
	text-align : center;
	background-color : #000;
	border-radius : 8px;
	-webkit-border-radius : 8px;
	-moz-border-radius : 8px;
	filter : alpha(opacity=60);
	-khtml-opacity : 0.6;
	-moz-opacity : 0.6;
	opacity	: 0.6;
	color : #FFF;
	font-size : 14px;
	z-index	: 1000;
}
#backtotop:hover
{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity	: 0.9;
}
