BODY {
	margin : 0 0;
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : justify;
	color : #454545;
	
}

H1 {
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-align : justify;
	font-weight : bold;
}

H2 {
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : bold;
}

h3 {
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align : justify;
	font-weight : normal;
}

h4 {
	color: #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

h5 {
	color: #454545;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style: italic;
}

H6 {
	color: #1E2A63;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}


		 
<!-- default table -->
<!-- needed this for some old CSS compatibility issues -->
TABLE {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 9pt;	
	
}


<!-- default link properties -->
<!-- old blue Link color 3B4FAE -->

<!-- decoration is set to none for anchored text that should not appear underlined -->



.navButton {
	width: 130px;
	font-weight: bold;
	color : #454545;
	font-size : 7pt;
	text-decoration : none;
	display: block;
	}

.navButton:Hover {
	width: 130px;
	background-color: #6D8EA7;
	color: FFFFFF;
	text-decoration : none;
	display: block;
	}
	
.navbottom {
	font-weight: bold;
	color : #454545;
	font-size : 7pt;
	text-decoration : none;
	}

.navbottom:Hover {
	color: #454545;
	text-decoration : underline overline;
	}

.textbutton {
	font-weight: bold;
	color : #454545;
	text-decoration : underline;
	}

.textbutton:Hover {
	font-weight: bold;
	color: #535C87;
	text-decoration : underline;
	}
	
	

<!-- for table layouts -->
<!-- creates gray TD dotted underline and dark gray link with red hover -->
.subLines A {
	font-weight: bold;
	width: 130px;	
	color : #454545;
	text-decoration: none;
	font-size : 7pt;
	display: block;
}
.subLines A:Link {
	font-weight: bold;
	width: 130px;
	color : #454545;
	text-decoration: none;
	font-size : 7pt;
	display: block;
}
.subLines A:Visited {
	font-weight: bold;
	width: 130px;	
	color : #454545;
	text-decoration: none;
	font-size : 7pt;
	display: block;
}
.subLines A:Hover  { 
	font-weight: bold;
	width: 130px;	
	color : #FFFFFF;
	text-decoration: none; 
	font-size : 7pt;
	display: block;
}
.subLines {
	width : 130px;
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #D9D9D9;
	border-style : solid;
}	

<!-- for table layouts -->
<!-- creates gray TD solid underline and dark gray link with red hover -->
.subLines2 A:Link {
	font-weight : bold;
	color : #454545;
	text-decoration: none;
	font-size : 10pt;
}
.subLines2 A:Visited {
	font-weight : bold;
	color : #454545;
	text-decoration: none;
	font-size : 10pt;
}
.subLines2 A:Hover  { 
		font-weight : bold;
		color : #6D8EA7;
		text-decoration: none; 
		font-size : 10pt;
}
.subLines2 A {
	font-weight : bold;
	color : #454545;
	text-decoration: none;
	font-size : 10pt;
}
.subLines2 {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #eaeaea;
	border-style : dotted;
}

<!-- for table layouts -->
<!-- creates gray TD solid underline and dark gray link with red hover -->
.subLines3 A:Link {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Visited {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 A:Hover  { 
		color : #892134;
		text-decoration: none; 
		font-size : 8pt;
}
.subLines3 A {
	color : #4D4D4D;
	text-decoration: none;
	font-size : 8pt;
}
.subLines3 {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color : #ffffff;
	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 :  #cccccc;
	border-style : solid;
}

.tablelines {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 1px;
	border-left-width : 1px;
	border-color :  #006253;
	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 : solid;
}


.leftlines {
	border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 1px;
	border-color :  #D9D6D6;
	border-style : dotted;
}


.topline {
	border-bottom-width : 1px;
	border-top-width : 1px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #eaeaea;
	border-style : dotted;
}

.bottomline {
	border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #0E3F70;
	border-style : solid;
}

<!-- footer on bottom of all pages -->
.small {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}
