@charset "UTF-8";
/* CSS Document */

body { 
	background-color:#000000
}
	
	td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

td.bluesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #4886b7;
	font-weight: bold;
}

td.bluemedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #4886b7;
	font-weight: bold;
}

td.bluelarge{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #4886b7;
	font-weight: bold;
}

td.blkheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}

td.coach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 24px;
	color: #ffffff;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*menu*/
#navlist
{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 5px solid #ffffff;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #CCCCCC;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #ffffff;
	padding-bottom: 2px;
	background: transparent;
	color: #FFFFFF;
}

#navlist a:hover {
	color: #FFFFFF;
}