.noPrint { display: none; }
td, div {
    font-size: 9pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	vertical-align: top;
}
body  {
    font-size: 9pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 5px;
}
a, a:visited, a:active, a:link {
    color: #006D36;
}
select { border: 1px solid black; }
a:hover {
    color: black;
	text-decoration: none;
}
.listingCol {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.notification {
    font-weight: bold;
    font-size: 10pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    background: #006D36;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	text-align: center;
	margin-bottom: 5px;
}
.commentHeader {
    background: #DDDDDD;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 10px;
	height: 12px;
}
.commentDisplay {
    background: #EEEEEE;
	padding: 5px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.formButtons {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.inputClass {
    font-size: 9pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    background: white;
	border: 1px black solid;
}
.sortingTableHeader, .sortingTableHeader a, .sortingTableHeader a:visited, .sortingTableHeader a:link, .sortingTableHeader a:active {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
	color: white;
    font-weight: bold;
	background: #0F195E;
}
.nextPrevious, .nextPrevious a, .nextPrevious a:visited, .nextPrevious a:link, .nextPrevious a:active {
    font-size: 9pt;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: black;
    font-weight: bold;
	background: #EEEEEE;
}
.detailLeft {
	width: 100px;
	text-align: right;
	font-weight: bold;
}
.detailRight {
	background: #EEEEEE;
	width: 450px;
}
.detailHeader {
	font-weight: bold;
}
.titleClass {
	background: #EEEEEE;
	font-weight: bold;
	text-align: right;
	font-size: 8pt;
}
h1, .h1 {
	padding-right: 7px;
	padding-top: 4px;
	margin: 0px;
	font-weight: bold;
	font-size: 13pt;
	color: #383838;
	float: right;
}
h2 { margin: 0; font-weight: bold; color: black; font-size: 11pt; }
h3 { margin: 0; font-weight: bold; color: black; font-size: 10pt; }
.errorMessage {
	color: #A60000;
	font-style: italic;
	font-weight: bold;
}
.buttonStyle {
    font-weight: bold;
    font-size: 9pt;
    background: #0F195E;
    color: white;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin-right: 10px;
}
