.nine { font-size: 9pt; }
a {
	text-decoration: none;
	color:#191970;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}

a.toplink:link {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color:#191970; 
}

a.toplink:hover {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 9pt; 
	text-decoration: underline; 
	color:#191970; 
}

a.toplink:visited {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color:#191970; 
}
body { margin:0; background:#fff; color:#000; font-size: 8pt; font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }
