<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #D3E3EE;
font-size: 62.5%;
}

img
{
border: none;
}

ul
{
list-style-image: url(../images/blue_bullet.gif);
}


.maintable 
{ 
background-color: #fff;
}

.textError
{
font-family: arial, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

td
{
font-family: arial, sans-serif, verdana;
font-size: .72em;
font-weight: normal;
color: #000000;
line-height: 20px;
}

.header
{
font-family: arial, sans-serif, verdana;
font-size: 1.5em;
font-weight: bold;
font-style: italic;
color: #000000;
line-height: 30px;
padding-left: 20px;
}

.subheader
{
font-family: arial, sans-serif, verdana;
font-size: 1em;
font-weight: bold;
color: #a5121a;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #fff;
text-align: center;
vertical-align: middle;
background-color: #242d4e;
}

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:hover, a.footerlink:active 
	{
	color: #fff;
	text-decoration: none; 
}

-->