/* yellow grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FDCC6C;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
}

/* yellow grades - root level; box properties for states: normal */
.TM0o0 {
	background: #af1314;
	border: 1px solid #f53334;
	color: #000000;
	//padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 30px;
}

/* yellow grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #ff3737;
	color: #000000;
	border: 1px solid #f53334;
	//padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 30px;
}

/* yellow grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	line-height: 30px;
}

/* yellow grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #FFE14E;
	border: 1px solid #2B547F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 30px;
}

/* yellow grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: yellow;
	border: 1px solid #2B547F;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	line-height: 30px;
}

