h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 003300;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	color: #005841;
	text-decoration: none;
}
a:visited {
	color: 005841;
	text-decoration: none;

}
a:hover {
	color: 005841;
	text-decoration: underline;
}
a:active {
	color: 005841;
	text-decoration: none;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;


}
.headerbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005841;
	padding: 2px;
}
.line {
	background-color: #005841;
	padding: 1px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
