body {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	margin: 20px;
}
.plainText {
	width: 800px;
	text-align: left;
}	
	
/* General Styles */
a {
	color: #4D8ABE;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.mastHead {
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
}
/* Footer */
#footer {margin-top: 10px; width: 800px; border-top: 1px dotted #ccc; padding: 7px 0 7px 0px; color: #919295; font-size: 10px;}
#footer-nav {float: left; width: auto; margin-left: 3px;}
#footer-nav li {border-right: 1px solid #919295; display: block; float: left; list-style-type: none; padding: 0.6em;}
#footer-nav li.last {border-right: none;}
#footer-nav li a {color: #919295;}
#footer-nav li a:hover, #footer-nav li a:active {color: #919295;}
#footer span {width: 500px; float: right; text-align: right; }

.formField {
	font-size: 12px;
	color: #333333;
}
.formLabel {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.devNote {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFF99;
	padding: 8px;
	border: 2px double #990000;
}
.apError {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFF99;
	padding: 8px;
	border: 2px double #990000;
}
.tableHead {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.rowHeader {
	background-color: #FFFFCC;
	font-size: 14px;
}
.tableData {
	font-size: 10px;
	color: #000000;
}
.notReady {
	background-color: #FFB9B0;
}
.hiddenBlock {
	display: none;
}
.visibleBlock {
	display: block;
}
.apTitle  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.apTable  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-left-color: #FFFFCC;
	margin-bottom: 1px;
}
.apReady {
	background-color: #87D693;
}
.locationBox {
	border: 1px solid #333333;
	margin-bottom: 10px;
}
.locationHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
}
locationPopup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #333333;
	position: absolute;
	visibility: visible;
	z-index: 25;
	left: 20px;
	top: -20px;
}





