.RedBold {
	color: #CC0000;
	font-weight: bold;
}
.RedText {
	color: #CC0000;
}
.RedBoldLink A:link {text-decoration: underline; color: #CC0000; font-weight:bold;}
.RedBoldLink A:visited {text-decoration: underline; color: #CC0000; font-weight:bold;}
.RedBoldLink A:active {text-decoration: underline; color: #CC0000; font-weight:bold;}
.RedBoldLink A:hover {text-decoration: underline; color: #CC0000; font-weight:bold;
}
