.red {
	color:#cc0000 !important;
}
.yellow {
	color:#ffcc00 !important;
}
a.yellow {
	color:#ffcc00 !important;
}
a.yellow:hover {
	color:#000 !important;
	text-decoration:none;
}
.white {
	color:#fff !important;
}
.black {
	color:#000 !important;
}
.grey {
	color:#666666 !important;
}
.bck_light_grey {
	background-color:#f2f2f2 !important;
}
.bck_darker_grey {
	background-color:#e8e8e8 !important;
}
.bck_white {
	background-color:#fff !important;
}
.brdr_white {
	border-color:#FFF !important;
}
.brdr_light_grey {
	border-color:#f7f7f7 !important;
}
