@charset "utf-8";
/* CSS Document */

.spexBlack {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
}
.spexYellow {
	background-color: #FFcc00;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.spexBlue {
	background-color: #A4E1FF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.spexGreen {
	background-color: #339900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
	text-align: right;
}
.spexRed {
	background-color: #D98C8C;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.spexWhite {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.spexGrey1 {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
.spexGrey2 {
	background-color: #999999;
	color: #000000;
	font-weight: normal;
	font-size: x-small;
	text-align: center;
}
