.def_cont a {
	color: #990000;
	text-decoration: none;
}
.def_cont a:hover {

	color: #CC0000;
	text-decoration: underline;
}
.hd .menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.hd .menu a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
.doc_center a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.doc_center a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #990000;
}
.ric_cont a {
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}
.ric_cont a:hover {
	font-size: 9pt;
	color: #990000;
	text-decoration: underline;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

