﻿body 
{
	font-family:'Verdana','sans-serif','Arial';
	font-size:8.5pt;
}

#CountLabel 
{
	float:right;
	font-size:x-small;
	font-style:italic;
}

#TitleSection 
{
	text-align:center;
}



th 
{
	color:White;
	background:black;
	font-weight:bold;
	font-size:8.5pt;
}

#dataSection th a 
{
	color: White;
	text-decoration:none;
}

#dataSection th a:hover
{
	background-color:lightgreen;
}

#dataSection tr:hover
{
	background:#eee !important;
}

select 
{
	width:250px;
}

#dataSection
{
	width:95%;
	margin:0 auto 0 auto;
}
