<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #bdbb95;
background-image: url('../images/bg.gif');
background-repeat: repeat-x;
}

img
{
border: none;
}

.maintable 
{ 
background-color: #ffffff;
}

.greenline
{
line-height: 2px;
background-color: 03642f;
}

.services
{
font-family: arial, sans-serif, verdana;
font-size: 9pt;
font-weight: normal;
color: #000000;
height:20px;
}

td
{
font-family: arial, sans-serif, verdana;
font-size: 10pt;
font-weight: normal;
color: #000000;
}

.footer
{
background-image: url('../images/main-bg.jpg');
font-family: arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #000000;
	text-decoration: underline; 
}

a:hover {
	color: #03642f;
	text-decoration: none; 
}

a.serviceslinks:link, a.serviceslinks:visited, a.serviceslinks:active 
{
	color: #000000;
	text-decoration: none; 
}

a.serviceslinks:hover
{
	color: #03642f;
	text-decoration: none; 
}


a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active 
	{
	color: #000000;
	text-decoration: none; 
}

-->