/* grayscale - all levels; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: "Trebuchet MS",Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-style: bold;
	text-decoration: none;
	padding: 2px;

}

/* grayscale - all levels; box properties for states: normal */
.TM0o0 {
	background: #fea905;
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
 	
}

/* grayscale - all levels; box properties for states: hover, click */
.TM0o1 {
	background: #C0C0C0;
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	
}

