/* 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: #EAF8F8;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #FFFF99;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	background: #99ccff;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}