body {
	background: Navy;
	color: White;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 16px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #CC0000;
	clear: both;
}

p {
	font: normal 12px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: Navy;
	background: White;
	font: normal 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: left;
}

.dropdown {
	width:200px;
	font: normal 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	background: #FFFFEE;
}

.dateentry {
	width: 98px;
	font: normal 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	background: #FFFFEE;
}

.textfield {
	width:40px;
	font: normal 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	background: #FFFFEE;
}

.longtextfield {
	width:150px;
	font: normal 11px/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: Navy;
	background: #FFFFEE;
}

.radiobutton {
	background: #FFFFEE;
	color: #CC0000;
}

#content {
	color: Navy;
	background: White;
	top:0px;
	margin:0px 128px 0px 127px;
	padding:5px 7% 5px 7%;
	text-align: left;
	border-left: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
}

#content p {
	margin: 1em 5%;
}

#leftcol {
	position:absolute;
	width:126px;
	top:0px;
	left:0px;
	color: White;
	border:0px;
	margin: 0px;
	background: transparent;
	padding:0px;
	z-index:2;
	text-align: center;
}
	
#rightcol {
	position:absolute;
	width:126px;
	top:0px;
	right:0px;
	color: White;
	border:0px;
	margin: 0px;
	background: transparent;
	padding:0px;
	z-index:2;
	text-align: center;
}
	
.cntr {
	text-align: center;
}

.logo {
	border: 1px solid White;
	margin-top: 3px;
	width: 120px;
	height: 32px;
}

.textlinks a {
	font: normal 12px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.textlinks a:link {
	color: #666666;
	text-decoration: none;
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}

.textlinks a:visited {
	color: #666666;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}

.textlinks a:hover {
	color: #000000;
	text-decoration: none;
	background: #FFFFEE;
	border-top: 1px solid #CC0000;
	border-right: 1px none #CC0000;
	border-bottom: 1px solid #CC0000;
	border-left: 1px none #CC0000;
}

.textlinks {
	margin: 10px 0px 0px;
	text-align: center;
}

.rt {
	text-align: right;
}

.engine {
	display: none;
}

.required {
	color: #CC0000;
	background: White;
	font: bold 20px/1.2 Arial, Helvetica, sans-serif;
}

.email {
	color: Black;
	background: White;
	font: normal italic 12px/1.2 Arial, Helvetica, sans-serif;
}

.caption{
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
}

.lcol {
	font: normal 11px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 140px;
	width:160px;
	text-align: left;
}

.rcol {
	font: normal 11px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	right: 140px;
	width: 160px;
	text-align: left;
}

.mcol {
	font: normal 11px/1.5 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:160px;
	text-align: left;
}
