body
{

}
	
.HeaderFontStyle
{
	text-align : center;
	font-family : Arial;
	font-weight : bold;
	color : White;
}

a.Cell:link 
{
	font-family : Arial;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

a.Cell:visited 
{
	font-family : Arial;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

a.Cell:hover 
{
	font-family : Arial;
	color: #333333;
	font-weight: bold;
	cursor: hand;
	page-break-before: auto;
}

.over 
{
	background-color: #99CC66;
	/*color: #999999;*/
	/*text-align:center*/
}

.out 
{ 
	background-color: White;
	/*color: #000000;*/
	/*text-align:center*/
}

