* {
	margin:0
}
BODY {
	font-family: Tahoma, Arial, Verdana, "Sans Serif";
	font-size: 10pt;
	color: #000;
	background-color: #563e23;
}
TD,DIV,SPAN,P,TABLE {
	font-family: Tahoma, Arial, Verdana, "Sans Serif";
	font-size: 10pt;
	color: #000;
}
IMAGE {
	border: 0px;
	padding: 0px;
	margin: 0px;

}
H1 {
	color: #000;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 8px;
}
H2 {
	color: #000;
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 8px;
}
H3 {
	color: #000;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 8px;
}
H4 {
	color: #000;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 8px;
}
P {
	margin-bottom: 8px;
}
UL {
	padding-top:8px;
	margin-left:8px;
	padding-left:15px;
	margin-bottom: 8px;
}
TABLE {
	border-collapse: collapse;
}

A:link {
	color: #006233;
}
A:visited {
	color: #006233;
}
.alt A:link {
	color: #000000;
}
.alt A:visited {
	color: #000000;
}

.xs {
	font-size: 8pt;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.bold {
	font-weight: 600;
}

.fieldLabel {
	text-align:right;
	vertical-align: top;
	font-weight: bold;
	padding: 3px;
	color: #000000;
	border-bottom:1px solid #8F8747;
}

.fieldInput {
	padding: 3px;
	vertical-align:top;
	border-bottom:1px solid #8F8747;
}

.wide {
	width: 100%;
}
.half {
	width: 50%;
}
.quarter {
	width: 25%;
}
.third {
	width: 33%;
}
.navOn {
	float:left;
	border:0px;
	color:#000000;
	background-color: #D7D19D;
	height:41px;
	width:105px;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	padding-top:8px;
}
.navOff {
	float:left;
	border:0px;
	color:#000000;
	background-color: #ffffff;
	height:41px;
	width:105px;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	padding-top:8px;
}
.navOnLast {
	float:left;
	border:0px;
	color:#000000;
	background-color: #D7D19D;
	height:41px;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	padding-top:8px;
	width:108px;
}
.navOffLast {
	float:left;
	border:0px;
	color:#000000;
	background-color: #ffffff;
	height:41px;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	padding-top:8px;
	width:108px;
}
A.navOff:link {
	color:#000;
}
A.navOff:visited {
	color:#000;
}
A.navOff:active {
	color:#000;
}
A.navOff:hover {
	background-color:#FFF8BF;
}
A.navOn:link {
	color:#000;
}
A.navOn:visited {
	color:#000;
}
A.navOn:active {
	color:#000;
}
A.navOn:hover {
	background-color:#FFF8BF;
}
A.navOffLast:link {
	color:#000;
}
A.navOffLast:visited {
	color:#000;
}
A.navOffLast:active {
	color:#000;
}
A.navOffLast:hover {
	background-color:#FFF8BF;
}
A.navOnLast:link {
	color:#000;
}
A.navOnLast:visited {
	color:#000;
}
A.navOnLast:active {
	color:#000;
}
A.navOnLast:hover {
	background-color:#FFF8BF;
}
