/* Red grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/* Red grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #ffe1e1;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	filter: alpha(opacity=90);
	opacity: .9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
}

/* Red grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	filter: alpha(opacity=90); 
 	opacity: .9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000; 
}

