<!--

a:link {
	color: #2f3b42;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2f3b42;
}
a:hover {
	text-decoration: underline;
	color: #7E7E7E;
}
a:active {
	text-decoration: none;
	color: #2f3b42;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#2f3b42;
}
.homepagebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color:#7E7E7E;
}

-->