body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	color: #6a5524;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	background-color: #31681e;
}
table {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #6a5524;
	padding: 0px;
	border-spacing: 0px;
}
tr,td {
	text-align:left;
}
img {
	border: 0px;
}
a:link {
	color: #6e8638;
	text-decoration: none;
}
a:visited {
	color: #6e8638;
	text-decoration: none;
}
a:hover {
	color: #B05800;
	text-decoration: none;
}
.navcellrows {
	border-bottom-color: #958051;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #d7dbc9;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}
.navcellfirst {
	border-top-color: #958051;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #958051;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #d7dbc9;
}
.help {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	padding: 12px;
	color: #663300;
}
.footertext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #6a5524;
	text-align: center;
}
/* table cell containing scroller, good idea to set its width and height  */
td#scroller1 { width:250px; height:150px }

/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:250px; height:150px; z-index:100 }

div#wn1 { 
  position:absolute; 
  width:250px; height:150px; z-index:1;
  clip:rect(0, 250px, 150px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item {
  width:250px; height:150px; 
  font-family: Verdana, Arial, Helvetica; font-size:11px; color:#6a5524;
  }
/* Bar Graphs
--------------------*/
.graph {
	background-color: #C8C8C8;
	border: solid 1px black;
}
.graph td {
	font-family: verdana, arial, sans serif;
}
.graph thead th {
	border-bottom: double 3px black;
	font-family: verdana, arial, sans serif;
	padding: 1em;
}
.graph tfoot td {
	border-top: solid 1px #999999;
	font-size: x-small;
	text-align: center;
	padding: 0.5em;
	color: #666666;
}
.bar {
	background-color: white;
	text-align: right;
	border-left: solid 1px black;
	padding-right: 0.5em;
	width: 400px;
}
.bar div { 
	border-top: solid 2px #0077DD;
	background-color: #004080;
	border-bottom: solid 2px #002266;
	text-align: right;
	color: white;
	float: left;
	padding-top: 0;
	height: 1em;
}

/* CSS to hide form spam trap
--------------------*/
#mst {display: none;}