h1 {
	word-spacing: 0 ;
	text-align: Center ;
	margin-top: 5px ;
	margin-bottom: 5px ;
	color: white ;
  background-color: #009600;
	font-weight: bold ;
	font-family: Arial, Helvetica, sans-serif ;
}
h2 {
	word-spacing: 0 ;
	text-align: center ;
	color: #104B92 ;
	margin-top: 2px ;
	margin-bottom: 5px ;
	font-size: 125% ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-weight: bold ;
}
h3 {
	word-spacing: 0 ;
	margin-top: 2px ;
	margin-bottom: 5px ;
	font-family: Arial, Helvetica, sans-serif ;
	text-decoration: none ;
	font-weight: bold ;
}
hr {
	width: 800px ;
}
hr.listline {
        color: #104B92;
        width: 400px;
        text-align: left;
}
body {
	background-color: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif ;
	color: #000000 ;
	text-align: center ;
}
.centertable {
	border: 0px ;
	width: 800px ;
	margin-left: auto;
	margin-right: auto ;
	text-align: center ;
}
.centertable tr, td { 
	border: 0px ;
	text-align: justify ;
}
.infoindent {
	padding-top: 0px ;
	padding-bottom: 0px ;
	padding-left: 100px ;
	padding-right: 0px ;
}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	text-align: center;
}
li {
  margin: 1em 0;
}
a:link {color: #104B92 ; text-decoration: none }
a:visited {color: #104B92 ; text-decoration: none }
a:hover {color: #9999FF ; text-decoration: underline }
a:active {color: #FEDF19 ; text-decoration: none }