
body, P, H1, H2, H3, H4, H5, H6, LI, TD, TH, DD, DT {
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  font-style: normal;
  font-size: 10pt;
  color: black;
}

h1 { color: navy; font-size: 24pt; }
h2 { color: navy; font-size: 18pt; }
h3 { color: navy; font-size: 14pt; }
h4 { color: navy; font-size: 12pt; }
h5 { color: navy; font-size: 10pt; }
h6 { color: navy; font-size:  8pt; }

p  { color: #666; }

li { 
	font-size: 10pt; 
	color: #666;
}

a {
	color: #224E3D;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a:link {
	color: #224E3D;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #224E3D;
}

p.green18 {  font-size: 14pt; color: #224E3D; }
p.green14 {  font-size: 14pt; color: #224E3D; }
p.green12 {  font-size: 12pt; color: #224E3D; }
p.green11 {  font-size: 11pt; color: #224E3D; }
p.green10 {  font-size: 10pt; color: #224E3D; }
p.green9  {  font-size:  9pt; color: #224E3D; }
p.green8  {  font-size:  8pt; color: #224E3D; }
p.green7  {  font-size:  7pt; color: #224E3D; }

p.black18 {  font-size: 18pt; }
p.black14 {  font-size: 14pt; }
p.black12 {  font-size: 12pt; }
p.black11 {  font-size: 11pt; }
p.black10 {  font-size: 10pt; }
p.black9  {  font-size:  9pt; }
p.black8  {  font-size:  8pt; }
p.black7  {  font-size:  7pt; }

p.white10 { font-size: 10pt; color: white; }

