p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;

}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #009933;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009933;

}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #009933;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #009933;
	font-weight: normal;

}
ul {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

hr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: bold;
	font-weight: normal;
	color: #009933;
}

.dottedhr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 3px;
	font-weight: normal;
	color: #009933;
	align: center;
	line-width: "50%";
	text-decoration: blink;
	height: 3px;
	width: 50%;

}
link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	font-weight: normal;
	color: #009933;
	
}

a:link { color: #145494; text-decoration: none; font-weight: bold}
a:visited { color: #145494; text-decoration: none; font-weight: bold}
a:hover { color: #3366CC; text-decoration: underline}
a:active { color: #145494; text-decoration: none}
