A:link {
	color: Green;
	font-weight: normal;
	text-decoration: underline
}
A:visited {
	color: Green;
	font-weight: normal;
	text-decoration: underline
}
A:active {color: navy; font-weight: normal; text-decoration: underline}
A:hover { color: #9ACD32; font-weight: normal; text-decoration: underline }
.text { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: normal; color: black; }
.bold { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold; color: black; }
.small { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; font-weight: normal; }
.required { font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; color: red; }
.light { font-family: Comic Sans MS, Verdana, Helvetica, Arial, sans-serif; font-size: small; color: Silver; }
.label {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding-top: 6px;
}
.instructions {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	padding: 2px;
}
.heading {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: White;
	background: #060;
	margin-top: 10px;
	padding: 4px;
}
.subheading {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background: #B8D8B8;
	margin-top: 10px;
	padding: 2px;
}

LI	{ margin-left: -16px; }
