body {
	background-color: #9E9A1A;
	background-attachment: scroll;
	background-image: url(_images/bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
hr {
	color: #8DABC0;
	height: 1px;
}
ul {
	margin-left: 16px;
	list-style-image: url(_images/bullet.gif);
	clip:   rect(auto auto auto auto);
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

	}
.maintext:hover {
	text-decoration: underline;
}.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004373;
	border: 1px solid #FFFFFF;
	height: 18px;
	width: 190px;

}
.textfieldmulti {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #004373;
	border: 1px solid #FFFFFF;
	width: 190px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #004373;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336F9A;
	border-right-color: #336F9A;
	border-bottom-color: #053151;
	border-left-color: #053151;
	height: 21px;

}

