/* Style for a block - DIV */
.m0table {
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: white;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #F2F2F2;

}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;

}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}





.m1inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 5px;
	padding-left: 5px;

}
.m1table {
	background: white;
	border: 1px solid #CCCCCC;
}
.m1mouto {
	background: white;
}
.m1movero {
	background: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.m1mdowno {
	background: white;
}