<!--

body 
{ 
margin: 0px 0px 0px 0px;
background-color: #B6A47C;
background-image: url('images/bg.jpg');
}

.maintable 
{ 
background-color: #ECDBBF;
background-image: url('images/table_bg.gif');
}

td
{
font-family: trebuchet ms, sans-serif;
font-size: 11pt;
font-weight: normal;
color: #000000;
}




#myTable, #myTable td
{
border: 15px solid #5b3021;
background-color: #000;
font-family: trebuchet ms, sans-serif;
font-size: 11pt;
font-weight: normal;
color: #fff;
}


#noTableBorder, #noTableBorder td
{
border: 0px solid #000;
background-color: #000;
font-family: trebuchet ms, sans-serif;
font-size: 9pt;
font-weight: normal;
color: #fff;
}




.textError
{
font-family: arial, verdana;
font-size: 9pt;
font-weight: bold;
color: #ff0000;
}

.header
{
font-family: trebuchet ms, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #000000;
}

.header2
{
font-family: trebuchet ms, sans-serif;
font-size: 15pt;
font-weight: bold;
color: #000000;
background-color: #D5B47C;
padding: 5px 5px 5px 5px;
}


#header3
{
font-family: trebuchet ms, sans-serif;
font-size: 15pt;
font-weight: bold;
color: #000000;
background-color: #beb39d;
padding: 5px 5px 5px 5px;
}



.footer
{
font-family: trebuchet ms, sans-serif;
font-size: 7.5pt;
font-weight: normal;
color: #ffffff;
background-color: #663300;
text-align: center;
vertical-align: middle;
}

a:link, a:visited, a:active  {
	color: #fff;
	text-decoration: underline; 
}

a:hover {
	color: #fff;
	text-decoration: none; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover 
	{
	color: #ffffff;
	text-decoration: none; 
}

-->