/* TEST; text properties for states: normal */
.TM2i0 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/* TEST; box properties for states: normal, hover, click */
.TM2o0 {
	background: #363636;
	border: 0px solid transparent;
	padding: 6px;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
}

/* TEST; text properties for states: hover, click */
.TM2i1 {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFF66;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

