a:visited {color: #0065fe; text-decoration: none }
a:link {color: #0065fe; text-decoration: none }
a:active {color: #0065fe; text-decoration: underline }
a:hover {color: #0065fe; text-decoration: underline }
body 
{
	font-family: Tahoma;
	font-size: 12px;
	color: White;
	background-color: black;
}
table.main
{
	/* table-layout: automatic; */
	border-spacing: 0px;
	border-style: none;
	border: 0px;
	text-align: right;
	table-layout: auto;
	
}
tr.main
{
	border: none;
	border-style: none;
	border: 0px;

}
td.main
{
	font-size: 12px;
	border-style: groove;
	border: 0px;
	text-align: right
}
td.left
{
	font-size: 12px;
	border-style: groove;
	border: 0px;
	text-align: left;
}
td.right
{
	font-size: 12px;
	border-style: groove;
	border: 0px;
	text-align: right;
}

tr.data1
{
	background-color: white;
	color: Black;
	text-align: left;
}
td.data1
{
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
}
tr.data2
{
	background-color: black;
	color: White;
	text-align: left;
}
td.data2
{
	font-family: Tahoma;
	font-size: 12px;
	text-align:left;
}
