/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(images/lev0_bg1.gif);
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-image: url(images/lev0_bg2.gif);
}

/* blue grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - sub level; box properties for states: normal */
.TM1o0 {
	background: #004080;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub level; box properties for states: hover, click */
.TM1o1 {
	background: #FF9C31;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
