/* Style for a block - DIV */
.m0table {
/*	background: #4682B4;*/
	border: 0px none #4682B4;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
/*	background: #DBEAFE;*/
/*	background: #8F1B26;*/
/*	background: transparent;*/
	background:#F0D08E;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:130px;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #8F1B26;
	font-weight:bold;
	width:130px;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #8F1B26;
	font-weight:bold;
	width:130px;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color:#000000;
	width:130px;
}

