/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family:arial narrow;
	color: #aa2222;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: url(flag02.gif);
/*	 background: #aaaaaa;  */
	border: 0px solid #000040; 
	
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #ffda75;
	border: 0px solid #000040;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
       
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background:  #ffda75;
	border: 1px solid #000040;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #87cebb;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

