<style type="text/css">
tr {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
table {
font-size: 11px;color:	#000000;
}
.textblack{
font-size: 11px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.TextblackLink		A   	       	{color:	#000000;	text-decoration:none; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 10px;}
.TextblackLink		A:link			{color:	#000000;	text-decoration:none;}
.TextblackLink		A:visited		{color:	#000000;	text-decoration:none;}
.TextblackLink 		A:hover 		{color: #000000;	text-decoration:none;}

.textwhite{
font-size: 11px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.whitelink{
font-size: 11px;
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.style{
font-size: 11px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.style2{
font-size: 14px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.textblue{
font-size: 11px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.Fields {
border: thin groove #FFFFFF;
 background-color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-position: center center; 
 font-weight: color: #000000
}
.Buttons {
border: 1px #FFFFFF;
 background-color: #666666; font-family:Arial, Verdana, Helvetica, sans-serif; font-size: xx-small; background-position: center center; font-weight: bold; color: #FFFFFF
}

.BODY {border: 1px #666666; font-family:Verdana, Helvetica, sans-serif; font-size: 10px; background-position: center center
; 
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}

.SuperLink {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000; text-decoration: underline}
.link{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;


}


a.ovalbutton{
background: transparent url('oval-gray-left.gif') no-repeat top left;
display: block;
float: right;
font: normal 11px verdana; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #000000; /*button text color*/
	font-weight:bold;
}

a.ovalbutton span{
background: transparent url('oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: 494949;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}






/*left navigation*/


.arrowgreen{
	width: 180px; /*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(../assets/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;
}

</style>
