body  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
p { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: #354b1d; text-decoration: underline }
a:hover { color: black; text-decoration: underline }
.smalltext { color: #7a7a52; font-size: 9px }
a.smalltext { color: #7a7a52; font-size: 9px; text-decoration: none }
a:hover.smalltext { color: #354b1d; font-size: 9px; text-decoration: underline }
.sub_heading {color: #384D28; font-weight:bold; font-size:24px; margin-top:15px}
.sub_heading2 {
	color: #384D28;
	font-weight: bold;
	line-height: 1.3;
}

.error {
	font-size: 9px;
	color: #FF0000;
	font-weight: bold;
}
.readable_text {
	color: #4a5f34;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.5;
}


.interior_heading {
	color: #384D28;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	line-height: 1.3;
}

fieldset  {

	border: solid 1px #9eab96
	}


legend  {
	padding: 2px;
	color: #384D28;
	font-weight: bold;
	font-size: 14px;
	}

label   {
	font-weight: bold;
	color: #384D28;
	}

	
input.formInputField   {
	border: solid 1px #f66;
	background-color: #E4E4E4;
	color: #333;
	}
	
input.formInputField:hover {
	background-color: #fee;
	border: solid 1px #006600;
	color: #000;
	}

input.formInputField:focus {
	background-color: #fee;
	border: solid 1px #006600;
	color: #000;
	}

select.formSelect  {
	border: solid 1px #f66;
	background-color: #fee;
	color: #333;
	cursor: pointer;
	}

select.formSelect:hover  {
	background-color: #ccffff;
	color: #000;
	cursor: pointer;
	}

input.formInputButton   {
	border: solid 1px #f66;
	background-color: #f99;
	color: #300;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	}
	