<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #D3E3EE;
font-size: 62.5%;
}

img
{
border: none;
}

.maintable 
{ 
background-color: #fff;
}

td
{
font-family: arial, sans-serif, verdana;
font-size: 12pt;
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: bold;
color: #008754;
text-align: center;
vertical-align: middle;
background-image: url('../images/footer_bg2.jpg');
height: 25px;
}


.footer2
{
font-family: arial;
font-size: 9.5pt;
font-weight: bold;
color: #4c3a0e;
text-align: center;
vertical-align: middle;
padding-top: 10px;
padding-bottom: 10px;
}



.tableline
{ 
border-right: 2px solid #ffa518;
}


.menubg
{
background-image: url('../images/menu_bg.jpg');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom left;
}


a:link, a:visited, a:active  {
	color: #306c0f;
	text-decoration: underline; 
}

a:hover {
	color: #59330a;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
	{
	color: #ffffff;
	text-decoration: none; 
}

a.footerlink2:link, a.footerlink2:visited, a.footerlink2:hover, a.footerlink2:active 
	{
	color: #4c3a0e;
	text-decoration: none; 
}

a.footerlink3:link, a.footerlink3:visited, a.footerlink3:hover, a.footerlink3:active 
	{
	color: #008754;
	text-decoration: none; 
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
-->