A {
  text-decoration: underline;
  font-weight: bold;
}

A.link {
  font-size: 10pt;
  font-family: Verdana;
  font-style: normal;
  text-decoration: none;
  color: white;
}

a.small {
  font-size: 8pt;
  font-family: Verdana;
  font-style: normal;
  text-decoration: none;
	
}


A.link:hover {
  color: yellow;
  background-color: #088431;
}

BODY {
  scrollbar-face-color: #088431;
  scrollbar-highlight-color: #0080FF;
  scrollbar-3dlight-color: #00C6C6;
  scrollbar-darkshadow-color: #FFFF84;
  scrollbar-shadow-color: #000040;
  scrollbar-arrow-color: #FFFF00;
  scrollbar-track-color: #8CEFBD;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

P {
  font-family: Arial;
  font-size: 10pt;
}

CITE {
  font-family: Verdana;
  font-size: 7pt;
  font-style: normal;
  font-weight: bold;
}

H1 {
  font-size: 13pt;
}

H2 {
	font-size: 11pt;
	color: #009900;
	text-align: center;
}
H3 {
  font-size: 10pt;
  color: #009900;
}

UL {
  font-size: 10pt;
}

OL {
  font-size: 10pt;
}
p.style1 {
	font-size: 7pt
		color: #088431;
	
}
.redbox {
	font-size: 12pt;
	font-weight: bold;
}
.form-text{
	font-size: 7pt	
}
.left-align {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
