﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}

.header {
	font-weight:bold;
	font-size:18pt;
	color:#000000;
	font-style:italic;
}

.text {
	font-size:11pt;
	color:#000000;

}


a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#27541D;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#358122;
	border-bottom:1px #ffffff solid;
	padding:5px 0px 4px 10px;
	display:block;
	width: auto;
}

a.nav:hover {
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	background-color:#317521;
	border-bottom:1px #ffffff solid;
	padding:5px 0px 4px 10px;
	display:block;
	width: auto;
}

* html .nav a {
	width:233px;
}

