/* white and black; text properties for states: normal */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* white and black; box properties for states: normal */
.TM0o0 {
	background: #000000;
	/*border: 1px solid #FFFFFF;*/
	border-left: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* white and black; text properties for states: hover, click */
.TM0i1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;

}

/* white and black; box properties for states: hover, click */
.TM0o1 {
	background: #FFFFFF;
	/*border: 1px solid #FFFFFF;*/
	border-left: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}