body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 110px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;



}
.FrontPageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #336633;
	line-height: 12pt;

}

.Nav {
	color: #FFFFFF;
	font-size: 8pt;
}
a.Nav:link{
color: #000000;
text-decoration: none;
}
a.Nav:visited{
color: #000000;
text-decoration: none;
}
a.Nav:hover{
color: #ff0000;
text-decoration: underline;
}
a.Nav:active{
color: #000000;
text-decoration: none;
}
.Tableheader {
	font-weight: bold;
	color: #296642;
}
.smallprint {
	font-size: 8pt;
}
.normaltext {
	font-size: 10pt;
	line-height: 14pt;
	text-align: justify;


}
.text {
	font-size: 10px;
}
.normal {
	font-size: 10pt;
	line-height: 14pt;
}

hr.footer {
	border: 0;
	width: 100%;
	color: #2A6245;
	height: 10px;
	margin: 0px;
	padding: 0px;


}
td.padded {
	font-size: 10pt;
	line-height: 14pt;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;

}

/* --------------------------------
		Navigation Menu
-------------------------------- */

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 10px 0 20px 0;
		list-style: none;
		float : left;
		width : 120px;
		font-size: 8pt;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 120px;
		margin-top : -23px;
		font-size: 8pt;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 110px;
		w\idth : 110px;
		display : block;
		color: #FFF;
		text-decoration : none;
		background-color : #2A6245;
		padding : 5px;
	}
	
	#nav li a:hover {
		color : #2A6245;
		background-color : #FFFFDF;
	}
	
	#nav li li a {
		width: 110px;
		w\idth : 110px;
		display : block;
		color: #FFF;
		text-decoration : none;
		background-color : #1F4732;
		padding : 5px;
	}
	
	#nav li li a:hover {
		color : white;
		background-color : #2A6245;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
