.blue {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}
.bluedifferent {
	color: #0033FF;
	font-weight: bold;
	text-transform: uppercase;
}
.green {
	color: #009900;
	font-weight: bold;
	text-transform: uppercase;
}
.black {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.blackcutlines {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding-top: 3px;
	padding-bottom: 8px;
}
.REDSUBS {
	font-weight: bold;
	color: #FF0000;
}

