h1, h2, h3, h4, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
	margin-left: 6px;
	margin-bottom: 12px;
	padding-bottom: 12px;

}
h2 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 16pt;
	margin-left: 6px;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10pt;
}
h4 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;

}
li {
	list-style-type:square;
}
p#address {
	text-align: right;
	position:relative;
	margin-top: -120px;
}
#body, #header {
	
	background-color: white;
	width: 800px;
	position: relative;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: -20px;
	padding: 14pt;
}
#header {
	margin-top: 60px;
}