/* Style for a block - DIV */
.m0table {
	background: #cccc99;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: white;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #cccc99;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line_height: 16px;
	text-decoration : none;
	color: #333333;
    text-align: center;
	margin-bottom: 12px;
	padding: 0px;
}
