/* top text - all states */
.TM0i0 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	padding: 2px;
}

/* top boxes - cold state */
.TM0o0 {
	background: ;
	background-image:;
	border: ;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* top boxes - hot state*/
.TM0o1 {
	background: #;
	background-image:;
	border: 1px solid #660000;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* sub-level text - all states */
.TM1i0 {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	font-style: ;
	text-decoration: none;
	padding: 4px;
}

/* sub-level boxes - cold state */
.TM1o0 {
	background: #ffffff;
	border: ;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* sub-level boxes - hot state */
.TM1o1 {
	background: #ffffff;
	border: 1px solid #660000;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
/* sub-sub-level boxes - cold state */ 
.TM1o2 {
	background: #;
	border: ;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}
/* sub-sub-level boxes - hot state */
.TM1o2 {
	background: ;
	border: ;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

