/* CSS Document */
.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color:#666666;
}
a:active {
	text-decoration: none;
}
.b:hover {
	color: #990000;
	text-decoration: underline;
}
.b:link {
	color: #999999;
	text-decoration: none;
}
.c{color:#999999; font-size:9pt;}