body
{
	color: black;
	background-color: white;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	color: #006400;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
}

.green_p
{
	color: #006400;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.lime_green_p
{ color: #56ff3f; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #4b0082; text-align: center; padding: 10px; border-right: 12px solid white; }

.green_s
{
	color: #228b22;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.green
{
	color: #0f5d07;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.red
{
	color: #f80008;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.navy
{
	color: #1c006e;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.orange
{
	color: #fc7809;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.lt_blue
{
	color: #5282d8;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.brick_red
{
	color: #a41219;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.brown
{
	color: #913f23;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.lt_green
{
	color: #389f53;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.blue_s
{
	color: #5c3691;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.back
{
	color: #30C;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

.required
{
	color: #F00;
	font-size: 120%;
}

a:link
{
	color: inherit;
	text-decoration: none;
}

a:visited
{
	color: inherit;
}

a:hover
{
	color: #C9F;
}

a:active
{
	color: red;
}

#thisform
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	width: 450px;
}

#thisform label
{
	font-weight: bold;
	color: navy;
	display: block;
	text-align: right;
	width: 150px;
	float: left;
	padding-right: 20px;
	vertical-align: middle;
}

#thisform br
{
	clear: right;
}

#thisform #radioYes
{
	width: auto;
}

#thisform #radioNo
{
	width: auto;
}

#thisform #submit
{
	width: auto;
	position: relative;
	left: 35%;
}

#thisform #clear
{
	width: auto;
	position: relative;
	left: 55%;
}

#thisform input
{
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

#thisform textarea
{
	width: 350px;
	margin-bottom: 5px;
}

#thisform input:focus
{
	background-color: #6F6;
}

#thisform select
{
	display: block;
	float: left;
	width: 75px;
	margin: 0 0 10px 0;
}

#thisform fieldset
{
	padding: 0 15px;
	border-color: navy;
	border-width: 1px;
	border-style: solid;
}

#thisform legend
{
	font-weight: bold;
	color: #4B0082;
	background: #56ff3f;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	font-size: 110%;
}

#thisform textarea:focus
{
	background-color: #6F6;
}
