/* CSS Document */


.headerstext { 
color: white; 
font-weight: bold; 
font-size: 10pt; 
line-height: 18pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
letter-spacing: 3px 

}

.bodytext { 
color: #cc9; 
font-weight: normal; 
font-size: 10pt; 
line-height: 14pt; 
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
text-indent: 10px; 
margin-left: 0px; 
border-left: 0px none 

}

a:link {
	color: #99ff00;
	text-decoration: none;
}

a:visited {
  color:#99ff00;
  background-color:transparent;
  text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #99ff00;
	text-decoration: none;
}

