/* Style for level 0 (root) block - DIV */
.mtable0 {
	border: 1px outset #FFEED3;
	background: navy;

}
/* Style for a block - DIV */
.mtable {
	border: 1px outset #4682B4;
	background: navy;

}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	background: #FFEED3;
	color: navy;

}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #FDBB53;
	color: navy;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
	background: #F4C986;
		color: white;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial;
	font-weight : bold;
	
}
