/* Styles for Level 0 */
/* Style for a block - DIV */
.m0table {
	background: lightsteelblue;
}
/* Style for outer tag, mout (mouse out) state */
.m0outo {
	border-right: white 0px solid;
	background: white;
}
/* Style for outer tag, mover (mouse over), mdown (mouse down) state */
.m0overo, .m0downo {
	background: MidnightBlue;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.m0innerover, .m0innerdown {
	color: White;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}

/* ****************************************** */
/* Styles for Level 1 */
/* Style for a block - DIV */
.m1table {
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.m1outo {
	background: white;
}
/* Style for outer tag, mover (mouse over), mdown (mouse down) state */
.m1overo, .m1downo
{
    background: MidnightBlue;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

/* ****************************************** */
/* Styles for Level 2 */
/* Style for a block - DIV */
.m2table {
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.m2outo {
	background: white;
}
/* Style for outer tag, mover (mouse over), mdown (mouse down) state */
.m2overo, .m2downo
{
    background: MidnightBlue;
}
/* Style for inner tag, mover (mouse over) state */
.m2inner {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial;
}

