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

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #839AB1;
	/*background: #00009C;*/
	border: 1px solid #2B547F;
	padding-left: 20px;
	padding-top:8px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	padding-top:8px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;

}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #839AB1;
	border: 1px solid #314E9A;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;

}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
div.mn{
	background: #ff0000;
	width: 200px;
	height: 100px;
}
