
.bgcc0000 {
	background-color: #CC0000;
}
.white {
	font-size: 9pt;
	line-height: 15pt;
	color: #FFFFFF;
}
.white a:link {color: #ffffff; text-decoration: underline;}
.white a:visited {color: #ffffff; text-decoration: underline;}
.white a:hover {color: #CCCCCC; text-decoration: none;}



.bgFBF4E4 {
	background-color: #FBF4E4;
}
.black {
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
}
.black a:link {color: #000000; text-decoration: none;}
.black a:visited {color: #000000; text-decoration: none;}
.black a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #cc0000;
}



.bgFEFBF5 {
	background-color: #FEFBF5;
	color: #FFFFFF;
}
.red {
	font-size: 9pt;
	line-height: 15pt;
	color: #FF0000;
}
