@charset "utf-8";
/* CSS Document */

#mainContent form {
	width: 475px;
	margin: 15px auto 10px 20px;
}
label {
display: block;
font-weight: bold;
}
textarea {
width: 400px;
height: 150px;
}
.textInput {
	width: 300px;
}
.chkRad {
	float: left;
	margin-bottom: 8px;
	margin-left: 30px;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
select {
	margin:5px 0 8px 30px;
	}
/* Add this style for warning messages */
.warning {
	font-weight:bold;
	color:#FF0000;
	}.hilite {
	background-color: #CCCCCC;
}
.tables_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #14005A;
	text-align: center;
}
