H2 { 
  font-weight: bold;
  color: #000000; 
  font-size: 14pt;
  line-height: 14pt; 
  font-family: times; 
  font-variant: normal;
  font-style: normal;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #009900;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-align: center;
}
background {
	background-color: #FFFFFF;
}
a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {
	color: #006600;
	line-height: normal;
}   /* selected link */
