/* grayscale - all levels; text properties for states: normal */
.TM0i0 {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	z-index: 1;
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: rgb(102,0,0);
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	z-index: 1;
}

/* grayscale - all levels; table properties for states: normal, hover, click */
.TM0t0 {
	/*background: #999966;*/
	border: 1px solid rgb(102,0,0);
	z-index: 1;
}

/* grayscale - all levels; text properties for states: hover, click */
.TM0i1 {
	font-family: "Trebuchet MS";
	/*color: #000000;*/
	color: rgb(102,0,0);
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	/*border: 1px solid #999966;*/
	z-index: 1;
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	/*background: rgb(246,220,219);*/
	background:#FFFFFF;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*border: 1px solid #000000;*/
	z-index: 1;
}


