
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #657f4a;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B69358;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b69358;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}


p {
	font-family: Arial, verdana,Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 19px;

}

p.p_bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 19px;

}

td, body{
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
}

a {font-family: verdana; font-size: 12px; font-weight: bold; color: #cc9900; text-decoration: underline}

a:hover {font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}

a.a_menu {font-family: verdana; font-size: 12px; font-weight: bold; color: #cc9900; text-decoration:none ; background: none; padding: 8px; }

a.a_menu:hover {font-family: verdana; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; background: none}

a.a_menubottom {font-family: verdana; font-size: 10px; font-weight: bold; color: #9c7d49; text-decoration:none ; background: none; padding: 8px; }

a.a_menubottom:hover {font-family: verdana; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none; background: none}

.bluetext p {color: #001e5d;}


/* ------ START: Forms ------ */
form {
	position: relative;
	margin: 0;
}

form fieldset {
	margin: 15px;
	padding: 15px;
}

form fieldset legend {
	margin: 0;
	padding: 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #657f4a;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

form#survey_form ul, form#survey_form ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.choices li {
	position: relative;
	display: block;
	clear: both;
	line-height: 15px;
}

.input_text label {
	display: block;
	margin-top: 0.5em;
}

.input_text input {
	width: 250px;
}
/* ------ END: Forms ------ */
