/* blue grades - root level; text properties for states: normal */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;;
/*	color: #000099;  blue*/
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
/*	background: #CC99FF;*/
	border: 0px solid #2B547F;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - root level; text properties for states: hover */
.TM0i1 {
	font-family: Arial, Helvetica, sans-serif;;
/*	color: #000099;*/
    color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
/*	background: #FF33FF; */
	border: 0px solid #2B547F;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - root level; text properties for states: click */
.TM0i2 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; text properties for states: normal, hover, click */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #ffffff;
	border: 0px solid #00bfff;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
/*	background: #00bfff; */
	background: #add8e6;
	border: 0px solid #00bfff;
	padding: 4px;
	text-align: left;
	vertical-align: bottom;
	text-decoration: none;
}