body, tr, td, th, ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}

a:link {
	color: #000000;
	text-decoration: underline; }
a:visited {
	color: #000000;
	text-decoration: underline; }
a:hover {
	color: #000000;
	text-decoration: none;
	color: #437D2F; }
a:active {
	color: #000000;
	text-decoration: none;
	color: #437D2F; }

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #994F00;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/* Float image to right of paragraph */
img.floatRight{
	float: right;
	margin: 10px;
	margin-left: 20px;
}

