<!--


body 
{ 
margin: 0px 0px 0px 0px;
background-color: #F15F23;
background-image: url('../images/bg.jpg');
}

.menubg 
{ 
background-image: url('../images/menu_bg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
}

.maintable 
{ 
background-color: #ffffff;
}

td
{
font-family: arial, verdana;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

.footer
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}

.footer2
{
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
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: #000000;
	text-decoration: none; 
}

a.footerlink2:link, a.footerlink2:visited, a.footerlink2:active, a.footerlink2:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}

-->