/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 11px; /* 12px; */
	font-weight: bold; /* normal; */
	font-style: normal; 
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #356A9D;	/* #3C76B2; */
	border: 1px solid #356A9D;	/* #2B547F; */
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #5BB7EA;	/* #4D99E6;*/
	border: 1px solid #5BB7EA;	/* #2B547F; */
	padding: 7px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}