@charset "utf-8";
/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
a#navlink 
{
	text-decoration:none;
	font-size: 11px;
	color: #414141;
}
a:hover#navlink 
{
  	text-decoration:none;
	font-size: 11px;
	color:#FFFFFF;
}
.contentTitlebar
{
	float:left; 
	width: 294px; 
	height:26px; 
	background-image:url(images/content-titlebar.jpg); 
	background-repeat:no-repeat; 
	text-align:left;
}
.rosterfont
{
  font-size: 11px;
  color:#FFFFFF;
  font-weight: 700;
}
.contentbreaker
{
	height: 1px;
	width: 294px;
	background-color:#000000;
	float:left;
}
a
{
    color:#FFFFFF;
	text-decoration:none;
	font-weight:700;
}
a:hover
{
	text-decoration:underline;
}