* blue grades - root level; text properties for states: normal, hover, click */

.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: transparent;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	vertical-align: middle;

	text-decoration: none;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: transparent;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: white;
	font-size: 11px;
        color: #f00;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #888;
	padding: 4px;
	font-size: 11px;
	text-align: left;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
        border-bottom: outset 2px #000;

        

}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #ddd;
	padding: 2px;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
        color: #f00;
	font-weight: bold;
}

