@charset "UTF-8";
/* CSS Document */
<!--
.footer {
	font-family: Courier New, Courier, monospace;
	font-size:11px;
}
.nav {
	font-family: Courier New, Courier, monospace;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #000;
}
.Header1 {
	font-family: Courier New, Courier, monospace;
	font-size:24px;
	font-style: strong;
}
.Header2 {
	font-family: Courier New, Courier, monospace;
	font-size:16px;
	font-style: strong;
}
.bodytext {
	font-family: Courier New, Courier, monospace;
	font-size:14px;
}
.notes {
	font-family: Courier New, Courier, monospace;
	font-size:11px;
}
-->
