a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #00682B;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #00682B;
	text-decoration: none;
}
.title {
  font-family: Palatino, "Times New Roman", Times, serif;
		font-size: 20px;
		line-height: 25px; 
		color: #006699; 
		padding-left: 9px
		}
.bodyIntro {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 18px; 
		color: #000000; 
		padding-left: 9px
		}
.bodyBullets {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		line-height: 15px; 
		color: #000000 
		}
.bodyBullets p{
	margin-top: 0px; 
	margin-bottom: 5px;
}
.bodyBullets ul{
 margin-left: 15px;
	margin-top: 0px; 
	margin-bottom: 0px;
	list-style-position: outside;
	list-style-type: disc;
}
.copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		line-height: 9px; 
		color: #000000
		}
.formBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F3EFE4;
	border: 1px solid #999999;
	padding: 1px 3px;
}
.formCheck {
	background-color: #FFF8E6;
}
