body {
	background-color: white;
	color: black;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Times New Roman", Times, serif;
}
hr {
	color: black;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: black;
	margin-top:32px;
	margin-bottom:0px;
}
p, a, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
p {margin-top:6px;}
a {
	font-weight: bold;
}
a:link {
	color: black;
	text-decoration: underline;
}
a:active {
	color: White;
}
a:visited {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.footer {
	font-size: 10pt;
	margin-top: 22px;
	border-top: 1px solid White;
	padding-top:6px;
}
.nav {
	display: none;
}