@charset "UTF-8";
/* CSS Document */


html,body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*___________________ main body info ___________________*/

.bodyinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-indent: 0px;
}


.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-indent: 0px;
	background:#FFFFFF;
}

.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #333333;
	text-indent: 14px;
	font-style:italic;
	font-weight:bold;
}



/*___________________ main body links ___________________*/
.bodyinfo a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#248ebe;
	text-indent: 0px;
}

.bodyinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration:underline;
	line-height: normal;
	font-weight: normal;
	color:#9ac995;
	text-indent: 0px;	
}

.bodyinfo a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#9ac995;
	text-indent: 0px;
}



/*___________________ bottom navigation ___________________*/

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-indent: 0px;
	
		
}

.bottomnav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#248ebe;
	text-indent: 0px;
		
}


.bottomnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:underline;
	line-height: normal;
	font-weight: normal;
	color:#9ac995;
	text-indent: 0px;
		
}

.bottomnav a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#9ac995;
	text-indent: 0px;
		
}


.boominfo a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#FF6600;
	text-indent: 0px;
		
}


.boominfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:underline;
	line-height: normal;
	font-weight: normal;
	color:#FF6600;
	text-indent: 0px;
		
}

.boominfo a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	color:#FF6600;
	text-indent: 0px;
		
}




/*___________________ tables (results) ___________________*/




.tablelayout {
	border:0;
	celpadding:0;
	cellspacing:0;
}

.tableinfo_even {
	white-space:nowrap;
	overflow:hidden;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-indent: 0px;
	text-indent:5px;
}

.tableinfo_odd {
	white-space:nowrap;
	overflow:hidden;
	background-color:#dafad0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	text-indent: 0px;
	text-indent:5px;
}




td.place {
	width: 34px;
	
}

td.bib {
	width: 40px;
}


td.licnum {
	width: 65px;
}

td.name {
	width: 170px;
}

td.team {
	width: 235px;
}

td.category {
	width: 65px;
}

td.time {
	width: 70px;
}

td.gap {
	width: 55px;
}











