body         { font-family: Arial;}
h1           { font-size: 14pt; color: #000000; 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: #4F6A31; text-decoration: underline; font-weight: bold; }
a:visited    { color: #000000; text-decoration: underline; font-weight: bold; }
a:hover      { color: #000000; text-decoration: underline;}

.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	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: 100%;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
.navcontainer a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.navcontainer a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: underline;
}
.navcontainer a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.navcontainer a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #cd8500;
	text-decoration: underline overline;
}

.footercontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-decoration: none;
	list-style-type: none;
}
.footercontainer ul {
	font-family: Arial;
	font-size: 7pt;
	text-decoration: none;
	list-style-type: none;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
.footercontainer a {
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
}
.footercontainer a:link {
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;	
	text-decoration: underline;
}
.footercontainer a:visited {
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
.footercontainer a:hover {
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #cd8500;
	text-decoration: underline overline;
}