/* Top Level; TEXT PROPERTIES for normal or up state */
.TM0i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #D44F1E;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* Top Level; TEXT PROPERTIES for states: hover AND click */
.TM0i1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #092869;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

/* Top Level; TABLE BACKGROUND for normal or up state */
.TM0o0 {
	background: none;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Top Level; TABLE OUTLINE for all states: normal, hover, click */
.TM0t0 {
	background: none;
}


/* Top Level; TABLE BACKGROUND for states: hover */
.TM0o1 {
	background: #ECB29C;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Top Level; TABLE BACKGROUND for states: click */
.TM0o2 {
	background: ECB29C;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* Secondary Levels Formatting */

/* Sub Levels; text properties for states: normal */
.TM1i0 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #092869;
	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, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #669900;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

