body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

body {
	background-color: #fff;
}
h2,h3,h4 {
color:#5E7830;
}
a {
color:#5E7830;
}
.sidelink {
text-decoration: none;
}
hr {
	color:#000;
}
.textcell {
	padding: 5px;
	text-align:justify;
}
.imagecell {
	padding: 5px;
	text-align:center;
}
.sidecell {
	padding: 5px;
	text-align:justify;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
.sidecelllower {
	padding: 5px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}
.bottomcell {
	padding: 5px;
	border-top: #000 solid 1px;
}
.menucell {
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 158
	px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

