/* blue grades - root level; text properties for states: normal */
.TM0i0 {
	font-family: Arial;	// Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #010c44;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #010c44;  	//#e2e2e2;
}

/* blue grades - root level; text properties for states: hover, click */
.TM0i1 {
	font-family: Arial;	// Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #010c44;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #e2e2e2;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; text properties for states: normal */
.TM1i0 {
	font-family: Arial;	// Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #010c44;	  //#FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #e2e2e2; //#010c44;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; text properties for states: hover, click */
.TM1i1 {
	font-family: Arial;	// Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #e2e2e2;  //#010c44;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #010c44; //#e2e2e2;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

A {
	text-decoration: none;
}

