<!--

a:link {
	color: #4b1c9b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b1c9b;
}
a:hover {
	text-decoration: underline;
	color: #4b1c9b;
}
a:active {
	text-decoration: none;
	color: #4b1c9b;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color:#3d4c54;
	font-weight:bold;
	line-height: 160%;
}
.textHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#4b1c9b;
	font-weight:bold;
	line-height: 120%;
}
.homepagebody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color:#3d4c54;
	font-weight:bold;
	line-height: 130%;
}

-->