#headertext {
	position:absolute;
	left:255px;
	top:260px;
	width:255px;
	height:25px;
	z-index: 999;

	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #FDB812;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

#subnav {
	position:absolute;
	left:87px;
	top:239px;
	width:422px;
	height:15px;
	z-index:999;

	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#subnav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#subnav span {
	color: #FDB812;
	text-decoration: none;
	cursor: default;
}

#subnav font {
	padding-left: 15px;
	padding-right: 15px;
	color: #999999;
}









#scoring
{
	width: 463px;
	font-size: 11px;
	border-style: none;
	color: Black;


}


#scoring thead tr
{
	background-color: #02305f;
	color: White;
	font-weight: bold;
}

#scoring tr
{
	background-color:#e3e5e6;
	padding-top: 1px;
	padding-bottom: 1px;
}

#scoring tr.alt
{
	background-color: #feeaba;
}

#scoring tr.currentuser
{
	background-color: #0563c2;	
	color: White;
	
}

#scoring td
{
	padding-left: 5px;
	padding-right: 4px;
	border-bottom: solid 3px white;
}




