.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.hordots {
	background-image: url(../images/horline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.txtgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.txtfld {
	font: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	width: 200px;
	color: #000000;
	font-size: 11px;
}
textarea{
	width: 200px;
	height: 55px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #000000;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formbutton {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#0F77B0;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.formbutton:hover {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#CC9900;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
