.TM0i0, .TM1i0, .TM2i0 {
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px;
}

/* box properties for states: normal */
.TM0o0 {
	border-left: 2px solid;
	background-color: #C1C2C2;
	color: #797C7C;	
	text-align: center; vertical-align: middle;
	text-decoration: none;
}

/* box properties for states: hover, click */
.TM0o1 {
	border-left: 2px solid;
	background-color: #DE008A; color: White;
	text-align: center; vertical-align: middle;
	text-decoration: none;
	text-decoration: none;
}

/* box properties for states: normal */
.TM1o0, .TM2o0 {
	font-size: 11px;
	background-color: #DE008A; color: White;
	border-top: 1px solid White;
	text-align: left;
	text-decoration: none;
}
.TM2o0 {
	background-color: #C1C2C2; 
	color: #797C7C;
}
/* box properties for states: hover, click */
.TM1o1, .TM2o1 {
	font-size: 11px;
	background-color: #797C7C; color: White;
	border-top: 1px solid White;
	text-align: left;
	text-decoration: none;
}