/* Olimacs; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* Olimacs; box properties for states: normal */
.TM0o0 {
	background: #F1F1F1;
	filter: alpha(opacity=90);
	border: 2px solid #CCCCCC;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding: 4px;
	padding-top: 3px;
}

/* Olimacs; box properties for states: hover, click */
.TM0o1 {
	background: #CCCCCC;
	filter: alpha(opacity=95);
	border: 2px solid #CCCCCC;	
	text-align: left;
	text-decoration: none;
	padding: 4px;
	padding-top: 3px;
}


