/* blue grades - root level; text properties for states: normal */
.TM0i0 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #0c0c42;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #ffffff;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; table properties for states: normal, hover, click */
.TM0t0 {
	background: #ffffff;
}

/* blue grades - root level; text properties for states: hover, click */
.TM0i1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #0c0c42;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}



A:link {color: Blue; text-decoration : none}
A:visited {color: Blue; text-decoration : none}
A:hover {color: Red; text-decoration : underline}

.class2 A:link {color: 0c0c42; text-decoration : none}
.class2 A:visited {color: 0c0c42; text-decoration : none}
.class2 A:hover {color: White; text-decoration : none}


.class3 A:link {color: 6c6cce; text-decoration : none}
.class3 A:visited {color: 6c6cce; text-decoration : none}
.class3 A:hover {color: 6c6cce; text-decoration : none}


