/* Style for level 0 (root) block - DIV */
.mtable0 {
	border: 0px outset #FFFFFF; 
	background: #FFFFFF;
	color: #FFFFFF;
}
/* Style for a block - DIV */
.mtable {
	border: 0px outset #FFFFFF;
	background: #FFFFFF;
	color: #FFFFFF;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
	background: #1a5591;
	color: #FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
	background: #99cdFF;
	color: #FFFFFF;
}
/* Style for outer tag, mdown (mouse down) state */
/*99ccff*/
.mdowno {
	background: #FF0000;
	color: #FFFFFF;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
	font-size: 12px;
	font-family: Trebuchet MS ;
	color: #FFFFFF;
	FONT-WEIGHT: bold;
	
}
