div {
	font-family: verdana, arial, helvetica;
}

.clsCMOver {
	font-size: 12px;
        padding: 2px 4px;
	color: white;
	background-color: #FF6600;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}

.clsCMOn  {
	font-size: 12px;
        padding: 2px 4px;
	color: white;
	background-color: #FF9933;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}



.clsCMOverSub {
	font-size: 12px;
        padding: 4px 6px 4px 4px;
	color: white;
	background-color: #FF6600;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}

.clsCMOnSub  {
	font-size: 12px;
        padding: 4px 6px 4px 4px;
	color: blue;
	background-color: #FF9933;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}


.clsCMOverSubCool {
	font-size: 12px;
        padding: 8px 4px;
	color: white;
	background-color: #FF6600;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}

.clsCMOnSubCool  {
	font-size: 12px;
        padding: 8px 4px ;
	color: black;
//	background-color: #330000;
//	background-color: #FF7c00;
	background-color: #FF9933;
	text-decoration: underline;

	z-index: 200;
	white-space: nowrap;
}


