<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #ccc;
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: #ffffff;
}

#menu a {
	font-family: arial;
	font-weight: nornal;
	font-size: 9pt;
	display: block;
	color: #fff;
	background-color: #000;
	width: 250px;
	text-indent: 20px;
	padding: 7px 0px 3px 0px;

	text-decoration: none; 
	border: #000000 solid 0px;
	}

#menu a:hover {
	font-size: 9pt;
	background-color: #fff;
	color: #01809d;
	background-image: url('../images/menu-bg-over.gif');
	}


h1
{
font-family: arial, sans-serif, verdana;
font-size: 2em;
font-weight: bold;
font-style: italic;
color: #ff8400;
padding-top: 5px;
line-height: 35px;
}


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: #fff;
text-align: center;
vertical-align: middle;
background-image: url('../images/footer_bg.jpg');
}

a:link, a:visited, a:active  {
	color: #038dac;
	text-decoration: underline; 
}

a:hover {
	color: #0aa4c7;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
	{
	color: #fff;
	text-decoration: none; 
}

-->