<style type="text/css">
	a:link {
		color: blue;
		text-decoration: underline; }
	a:visited {
		color: blue;
		text-decoration: underline; }
	a:hover {
		color: blue;
		text-decoration: underline; }
	a.bottom:link {
		color: blue;
		text-decoration: underline; }
	a.bottom:visited {
		color: blue;
		text-decoration: underline; }
	a.bottom:hover {
		color: blue;
		text-decoration: none; }
	a.top:link {
		color: white;
		text-decoration: none; }
	a.top:visited {
		color: white;
		text-decoration: none; }
	a.top:hover {
		color: white;
		text-decoration: underline; }
	a.nav:link {
		color: #1B76BC;
		text-decoration: none; }
	a.nav:visited {
		color: #1B76BC;
		text-decoration: none; }
	a.nav:hover {
		color: #CC3333;
		text-decoration: none; }
	font {
		font-family: verdana, arial;
		font-size: 9pt; 
		color: #333333; }
	font.title {
		font-family: Verdana, Arial;
		font-size: 35pt;
		font-weight: bold;
		color: #89CCDF; }
	font.header {
		font-family: verdana, arial; 
		font-size: 13pt;
		font-weight: bold;
		color: #CC3333; }
	font.link {
		font-family: Verdana, Arial;
		font-size: 7pt;
		color: #333333; }
	font.nav {
		font-family: Arial, Verdana;
		font-size: 13pt;
		font-weight: bolder;
		color: #1B76BC; }
</style>