body {
	margin: 0px;
	background-color: F9F7EA;
}

body, td, li, input, option, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	color : #454545;
}

form {
	margin-top: 8px;
	margin-bottom: 5px;
}

.monthlyReportsButton {
	border: 0px;
	padding: 2px;
	background-color: #594a00;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	cursor: hand;
}

.monthlyReportsPulldown {
	font-size: 8pt;
}

H1 {
	color: #454545;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	font-weight : bold;
}

H2 {
	color: #454545;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : bold;
}

h3 {
	color: #454545;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	font-weight : normal;
}

h4 {
	color: #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

h5 {
	color: #454545;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style: italic;
}

H6 {
	color: #1E2A63;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}



<!-- default table -->
<!-- needed this for some old CSS compatibility issues -->
TABLE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;

}

TH {
	background-color: #594A00;
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	font-weight : bold;
}



<!-- default link properties -->
<!-- old blue Link color 3B4FAE -->
A:Link {
	color : #594a00;
	text-decoration: none;
	font-weight : bold;
}
A:Visited {
	color : #594a00;
	text-decoration: none;
	font-weight : bold;
}
A:Active {
	color : #594a00;
	text-decoration: none;
	font-weight : bold;
}
A:Hover  {
	color : #9e4a00;
	text-decoration: none;
	font-weight : bold;

}
<!-- decoration is set to none for anchored text that should not appear underlined -->
A {
	color : #BF0023;
	text-decoration: none;
}


<!-- for table layouts -->
<!-- grey text link with right hand border line -->
.subLines A:Link {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines A:Visited {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines A:Hover  {
		color : #ffffff;
		text-decoration: none;
		font-size : 8pt;
}
.subLines A {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : solid;
}

<!-- for table layouts -->
<!-- grey text link with no border line -->
.subLines2 A:Link {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Visited {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 A:Hover  {
		color : #ffffff;
		text-decoration: none;
		font-size : 8pt;
}
.subLines2 A {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines2 {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : solid;
}

<!-- for table layouts -->
<!-- grey text link with no border line -->
.subLines22 A:Link {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines22 A:Visited {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines22 A:Hover  {
	color : #9e4a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines22 A {
	color : #594a00;
	text-decoration: none;
	font-size : 8pt;
}
.subLines22 {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : dotted;
	height: 20px;
	text-align: left;
	vertical-align: top;
}

<!-- for table layouts -->
<!-- white text link no cell line borders -->
.subLines3 A:Link {
	color : #ffffff;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Visited {
	color : #ffffff;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Hover  {
		color : #ffffff;
		text-decoration: none;
		font-size : 8pt;
}
.subLines3 A {
	color : #ffffff;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #454545;
	border-style : dotted;
}

<!-- dark gray link with no hover differences -->
<!-- used on front page for Information For section -->
.infoBorder A:Link {
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder A:Visited {
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder A:Hover  {
	color : #BF0023;
	text-decoration: None;
	font-size : 8pt;
	}
.infoBorder A{
	color : #1E2A63;
	text-decoration: None;
	font-size : 8pt;
   }
.infoBorder TD {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #960019;
	border-style : solid;
}
.infoBorder {
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #960019;
	border-style : solid;
}

.tableBorder {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #454545;
	border-style : solid;
}

.tablelines {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #0E3F70;
	border-style : solid;
}

.rightlines {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : dotted;
}

.topline {
	border-bottom-width : 0px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #0E3F70;
	border-style : solid;
}

.bottomline {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : solid;
}

<!-- footer on bottom of all pages -->
.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

}

.qlHeader {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	color : #454545;
	font-weight : bold;
}
