html, body
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	background: #ffffff url('../images/background.jpg');
	background-attachment: scroll;
	background-color: #39723d;
	background-repeat: no-repeat;
	background-position: top center;	
}

a:hover {
	
	background-color: #99ccff;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}	


.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #39723d;
	padding-top: 5px;
	padding-bottom: 5px;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCC99;
	padding-left: 10px;
	font-weight: bold;
}


.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #990000;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
}

.footer {
	font-size: 9px;
}

.copyright {
	font-size: 10px;
}

bodylink:link {
	color: #CC0066;
	text-decoration: underline;
}

 hr {
  border: 0;
  color: #000;
background-color: #000;
height: 1px;
}