body {
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #B1A92D;
	scrollbar-3dlight-color: #009B00;
	scrollbar-highlight-color: #00AA00;
	scrollbar-face-color: #02621B;
	scrollbar-shadow-color: #004000;
	scrollbar-darkshadow-color: #004000;
	scrollbar-track-color: #B1A92D;
	background: #dad69b;
}

a:link {  color: #02621B; text-decoration: none}
a:visited {  color: #02621B; text-decoration: none}
a:active {  color: #716a01; text-decoration: none}
a:hover {  color: #716a01; text-decoration: underline}

.leftBORDER {
	border-left-color: #EEECD2;
	border-left-style: solid;
	border-left-width: thin;
}

.bullets{
	list-style-type: square;
}

.bodyTEXT {
	color: #333333;
	font: 76%/1.5em Arial, Verdana, sans-serif;
}

.frontPAGE {
	color: #02621B;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.greenBOLD {
	color: #02621B;
	font-weight: bold;
}

.emphasis {
	color: #716a01;
	font-weight: bold;
}

.bodyTEXTsmall {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer {
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navTEXT {
	color: #02621B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;	
	display: block;
	height: 12px;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;			
}

.navACTIVE
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	background-color: #02621B;
	height: 12px;
	vertical-align: middle;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;
	}

.subNav
	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;	
	display: block;
	height: 12px;
	cursor: pointer;
	vertical-align: middle;
	color: #02621B;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;
	}

.subNav:link
	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-color: #FFFFFF;
	height: 12px;
	cursor: pointer;
	vertical-align: middle;
	color: #02621B;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;
	}

.subNav:hover
	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	background-color: #009125;
	height: 12px;
	cursor: pointer;
	vertical-align: middle;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;
	}

.subNav:active
	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-color: #FFFFFF;
	height: 12px;
	cursor: pointer;
	vertical-align: middle;
	color: #02621B;
	padding: 3;
	border-bottom: 1;
	border-bottom-color: #EFECD1;
	border-bottom-style: solid;
	}