/* CSS Document */

p,table,li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	line-height: normal;



}


a:link    {
	color:#687a15;
	font-weight: bold;
	text-decoration: underline;

}
a:visited {
	color:#687a15;
	font-weight: bold;
	text-decoration: underline;

}
a:active  {color:#687a15;
	font-weight: bold;
	text-decoration: underline;
}

a:hover   {
	color:#cccccc;
	font-weight: bold;
	text-decoration: none;

}



.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #687a15;
	text-transform: uppercase;	
font-weight: bold;


}

.header2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
	font-variant: normal;
	font-style: normal;


}.mainbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
}

