.main 
{
	border: 1px solid #000000;
    
}


.datacell
{
	background-color: #AACCDD;
	font-size: 14px;
   	font-family: New Times Roman, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

a:link
{
	color: #577870;
	text-decoration: none;
}
a:visited
{
	color: #577870;
	text-decoration: none;
}
a:active
{
	color: #ffffff;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.borderright
{
	border-right: 1px solid #577870;
    
}