/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0, .m0l0mouto, .m0l1mouto, .m0l2mouto {
	font-family: Arial, Tahoma, Helvetica, sans-serif;;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding-top: 6px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	/* background: #3C76B2; 
	border: 1px solid #2B547F; */
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #FFE40F;
	border: 0px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	color:#FFFFFF;
	background: #FA9E00;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	padding-left:5px;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	color:#FFFFFF;
	background: #FFE40F;
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

