body         { font-family: Arial;}
h1           { font-size: 14pt; color: #4E6A31; text-align: center; font-weight: normal; }
h2           { font-size: 10pt; text-align: left; font-weight: bold; }
h3           { font-size: 08pt; test-align: left; }
p            { font-size: 10pt }
td           { font-size: 10pt }
a:link       { color: #4E6A31; text-decoration: underline; font-weight: bold }
a:visited    { color: #4E6A31; text-decoration: underline; font-weight: bold }
a:hover      { color: #A55D45; text-decoration: underline; font-weight: bold  }

.navcontainer {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
}
.navcontainer ul {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	width: 75px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
.navcontainer a {
	font-family: Arial;
	font-size: 12px;
}
.navcontainer a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.navcontainer a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #A55D45;
	text-decoration: underline overline;
}