.errorText {
	font-size: 12px;
	color: #FF3333;
	font-weight: bold;
}

.errorText16px {
	font-size: 16px;
	color: #FF3333;
	font-weight: bold;
}

.formText { font-size: 10px; }

.mono {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
}

.rptData { font-family: Arial, Helvetica, sans-serif; font-size: .8em; }

th {
	font-size: 0.8em;
	color: #518200;
	vertical-align: bottom;
}
th.center { text-align: center; }
th.right  {	text-align: right; }

td {
	font-size: 11px;
	color: #5a5a5a;
}

.subhead {
	font-size: 1em;
	color: #518200;
}

#ercNavbar {
	color: #CCCCCC;
	text-decoration: none;
	text-align: right;
	font: bold 11px Verdana, Tahoma, Arial, sans-serif;
	background: #FFFFFF;
	padding: 4px 20px 4px 10px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px groove #FFFFFF;
	border-left: 0px none;
}

#ercNavbar a:link {
	text-decoration: none;
	color: #339900;
}

#ercNavbar a:visited {
	text-decoration: none;
	color: #339900;
}

#ercNavbar a:hover {
	text-decoration: underline;
	color: #666666;
}

#invoice {
	background: #E2FACB;
	padding: 10px;
	border: 1px dashed #3E6500;
}

