/* Style for a block - DIV */
.m0table {
	background: White;
	border: 0px none #6b6053;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #6b6053;
		font-weight: bold;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #a99885;
		font-weight: bold;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #a99885;
		font-weight: bold;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Arial, MS Sans Serif, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	color: white;
}
