/* CSS Document */
.darkred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

a.darkred:link {
	color: #990033;
	font-weight: bold;
	text-decoration: none;
}
a.darkred:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990033;
}
a.darkred:hover {
	text-decoration: underline;
	color: #FF0033;
	font-weight: bold;
}
a.darkred:active {
	text-decoration: none;
	color: #FF0033;
	font-weight: bold;
}
