<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #000000;
}

.maintable 
{ 
background-color: #fff;
}

.mainbg 
{ 
background-image: url('../images/table_bg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
}

td
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
}


.textError
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}



.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #003399;
	text-decoration: underline; 
}

a:hover {
	color: #003399;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}

-->