<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #EDE5F3;
}

.maintable 
{ 
background-color: #ffffff;
}

td
{
font-family: arial, verdana;
font-size: 8pt;
font-weight: normal;
color: #000000;
}

.textError
{
font-family: arial, verdana;
font-size: 8pt;
font-weight: bold;
color: #ff0000;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
background-color: #505D92;
background-image: url('images/footer_bg.gif');
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #0055A5;
	text-decoration: underline; 
}

a:hover {
	color: #5697D8;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}

-->