body  {
	background-color:#333;
	color:#000;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
}
td { font-size:12px; }
a:visited { color:#790000; }
a:link { color:#9B090A; }
a img { border:0; }
input { width:200px; }
p { font-size:12px; text-align:justify; width:100%; }
.labelField { font-size:11px; font-weight:bold; vertical-align:top; }
.status { 
	padding:5px; 
	border:1px solid steelblue;
	background-color:aliceblue;
	font-weight:bold;
	font-size:12px;
}
#pageBody {
	width:900px;
	margin:auto;
	background-color:white;
	text-align:left;
}
#pageContent {
	padding:5px;
}
.inputField { width:210px; }
.radioYesNo, .checkBoxField { width:auto !important; }
.sectionHeader { font-weight:bold; }
textarea { width:97%; }