    /* grayscale - all levels; text properties for states: normal, hover, click */
.TM0i0 {
		font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c3c3c3;
	/* color: #8f8f8f; */
	font-size: 9px;
	
	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 2px;
	overflow: hidden; 
}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #676767;    //#676767
	/*background: #FFFFFF;*/
	border: 0px solid #dedede;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden; 
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #676767;
	border: 0px solid #737373;
	/*#dedede*/
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	overflow: hidden; 
}



