body
{

}

a:hover
{
    color: Orange;
}

#nav
{
    width: 100%;
    background-color: #F0F0F0;
}

#nav a
{
    color: #666666;
}

#nav a:hover
{
	color: orange;

}

div.module h6
{
	
	color: #ffffff;
	background-image: url(graphics/bg_black_gradient.gif);
	background-repeat: repeat-x;
}

div.content .standings_table tr.odd td
{
    background-color: #e6e6e6;
}

div.content .standings_table tr.over td
{
    background-color: black;
    color: white;
}

div.content .standings_table tr.over td a
{
    color: white;
}

.utility_bar
{
	background-color: #F0F0F0;
	border-bottom: solid 1px #666666;
	
}

.utility_bar a
{
    color: #666666;
}
.utility_bar a:hover
{
	color: orange;
}

.tools_pipe
{
     color: #666666;
}