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

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #336699;
	text-decoration: none;
	text-align: center;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #336699;
}

/* blue grades - root level; text properties for states: hover, click */
.TM0i1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #336699;
	text-decoration: none;
	text-align: center;
}

/* blue grades - sub level; text properties for states: normal */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub level; text properties for states: hover, click */
.TM1i1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #336699;
	padding: 3px 3px 3px 6px;  /*top, right, bott, left padding*  i think */
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	padding: 3px 3px 3px 6px;
	text-align: left;
	vertical-align: middle;
	background: #6699CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}

