body {
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20pt;
	color: #008000;
	background-color: #DDFFDF;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: #008000;
}

h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #008000;
}

h4 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

a:link { color:#008000; text-decoration : underline; }
a:visited { color:#008000; text-decoration : underline; }
a:active { color:#008000; text-decoration : underline;}
a:hover { color:#008000; text-decoration : none;}

hr {
  height: 1px;
  border: 0;
  color: #000000;
  background: #000000;
  }
