<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #000000;
}

.maintable 
{ 
background-color: #eae4cf;
background-image: url('../images/main_bg.gif');
}

td
{
font-family: arial, verdana;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

.imgborder
{
border: solid 1px #000000;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #003366;
	text-decoration: underline; 
}

a:hover {
	color: #003366;
	text-decoration: none; 
}

a.menulink:link, a.menulink:visited, a.menulink:active 
	{
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
}

a.menulink:hover 
	{
	color: #ffffff;
	text-decoration: underline; 
}



a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #000000;
	text-decoration: none; 
}

-->