.bkrd {
	background-image: url(images/green.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


.body {
  	text-decoration: none;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000000;
  	font-style: normal;
  	font-variant: normal;
  	text-transform: none;
  	font-size: 12;
}
.bodyred {
	text-decoration: none;
	color: #900;
	text-transform: none;
	font: normal 12 Verdana, Arial, Helvetica, sans-serif;
}
a.bodyText:visited {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
} 

a.bodyText:link {
  text-decoration: none;
  color: #231E4E;
  font-weight: bold;
} 

a.bodyText:hover {
  	text-decoration: underline;
  	color: #666666;
  	text-transform: none;
  	font-style: normal;
  	font-weight: bold;
} 

.header {
  	background-repeat: repeat-y;
  	background-position: center center;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	color: #900;
  	font-size: 14px;
}

a.leftnav:visited {
  text-decoration: none;
  color: #060;
}

a.leftnav:link {
  text-decoration: none;
  color: #060;
}

a.leftnav:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #060;
}
