/* Style for level 0 (root) block - DIV */
.mtable0 {
	border: 1px outset white;
	background: white;
}
/* Style for a block - DIV */
.mtable {
	text-align: left;
		background: white;	
	
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	 
	background: #8C0408;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #6699cc;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	background: #99ccff;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	text-align: center;
	font-size: 13px;
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #ffffff;
	
}