
<!--
body {
  color: #000000;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Times New Roman", "Times", serif;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: 4pt;
  margin-left: 0pt;
  margin-right: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
}

/* Header and paragraph styles  */

 
H1 {
  font-family: Times, "Times New Roman", serif;
  font-size: 24px;
  color: #408040;
  margin-top: 20px;
  text-align: center;
} 

 
H2 {
  font-family: Times, "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #008000;
}

 
H3 {
  font-family: Times, "Times New Roman", serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
 
H4 {
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: center;
}
 
H5 {
  font-family: Times, "Times New Roman", serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px;
  text-align: center;
}

P.link {
  font-family: "Times New Roman", "Times", serif;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: 4pt;
  text-align: center;
}

P {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
}


P.small {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
}



P.white {
  font-family: "Times New Roman", "Times", serif;
  font-size: 11pt;
  font-weight: normal;
  color: #FFFFFF;
  text-weight: bold;
  text-decoration: italic;
}

LI {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: 4pt;
  list-style-type: bullet;
}

img {
  align: middle;
} 


/* Anchor styles */
a:link {
  	color: #208020;
  	background-color: transparent;
  	font-weight: bold;
 	text-decoration: none;
}

a:visited {
  	color: #408040;
  	background-color: transparent;
  	font-weight: bold;
 	text-decoration: none;
}

a:hover {
  	color: #60C060;
  	background-color: transparent;
  	font-weight: bold;
 	text-decoration: underline;
}

/* table styles */
table.top {
  	background-color: #569020;
}


td.top {  
	/*background-color: #569020;*/
  	background-color: #E6EDB1;
	align: center;
	vertical-align: middle;
	padding: 2px;
}

td {
  	background-color: #FFFFFF;
	align: center;
	vertical-align: middle;
}

table.inner {
	background-color: #E6EDB1;
	padding: 4px;
}

td.inner {
  	background-color: #F6FDC1;
	align: center;
	vertical-align: middle;
}

table.text {
	cell-padding: 10;
	background-color: #FFFFFF;
}
-->
