body {
	margin-top: 0px;
	font-size: small;
	margin-left: 0px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

A:active  {
	color: #FF9900;
}

A:link {
	color: #FF9900;
}

A:visited {
	color: #FF9900
}

.bodyText {
	font-size: small;
}

.mainBody {
	color: white;
}

TABLE.formTable {
	border-right: #b1defc thin solid;
	border-top: #b1defc thin solid;
	border-left: #b1defc thin solid;
	border-bottom: #b1defc thin solid;
}

TD.formLabel {
	font-weight: bold;
	color: white;
	background-color: #05568b;
	font-variant: small-caps;
	
	border-right: #b1defc thin solid;
	border-top: #b1defc thin solid;
	border-left: #b1defc thin solid;
	border-bottom: #b1defc thin solid;
}

TD.formInput {
	color: black;
	background-color: #b1defc;
	font-size: small;
	
	border-right: #b1defc thin solid;
	border-top: #b1defc thin solid;
	border-left: #b1defc thin solid;
	border-bottom: #b1defc thin solid;
}

INPUT.formButton {
	color: black;
	font-weight: bold;
	background-color: #b1defc;
}

INPUT.largeSingleText {
	width: 300px;
}

INPUT.medSingleText {
	width: 200px;
}

INPUT.smallSingleText {
	width: 110px;
}

INPUT.num {
	width: 50px;
}

INPUT.state {
	width: 25px;
}

.copyright {
	color: #05568b;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}
