<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #D3E3EE;
font-size: 62.5%;
}

img
{
border: none;
}

.imgborder
{
border-color: white white white white;
border-style: solid solid solid solid;
border-width: 1px 1px 1px 1px;
}

.maintable 
{ 
background-color: #83a3d2;
background-image: url('../images/flex_bg.jpg');
background-attachment: scroll;
background-position: top center;
}

td.header
{
font-family: arial, sans-serif, verdana;
font-size: .89em;
font-weight: bold;
color: #8B8D08;
line-height: 20px;
}

td
{
font-family: arial, sans-serif, verdana;
font-size: .72em;
font-weight: normal;
color: #000000;
line-height: 20px;
}

.textError
{
font-family: arial, sans-serif, 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;
background-image: url('../images/footer_bg.gif');
background-repeat: repeat-x;
height: 49px;
}

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: #ffffff;
	text-decoration: none; 
}

-->