/* Style for level 0 (root) block - DIV */
.mtable0 {
	border: 1px outset white;
	background: white;
}
/* Style for a block - DIV */
.mtable {
	border: 1px outset #4682B4;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	background-color: #333;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #666;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	background: #666;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 11px;
	color: #F60;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

