
body {
    font-size: 10pt;
    font-family: Verdana, Arial, Times;
    color: #333333;
    background-color: white;
	margin-top: 0;
 }


h1 {
    font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }

h2 {
    font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Times;
	color: #24456E;
 }
 
h3 {
    font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #5FA462;
 }	
 
h4 {
    font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial, Times;
	color: #5FA462;
 }

a:link {
color: 24456E}
a:visited {
color: 24456E}
a:hover {
color: 5FA462}
a:active {
color: 5FA462} 


