/* Style for a block - DIV */

/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: none;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Arial;
	font-size: 14px;
	padding: 3px;
}

/* Level 1 Style */
/* Style for a block - DIV */
.m1table {
	background-color:#333333;
}
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#82A831;
}
/* Style for outer tag, mover (mouse over) state */
.m1movero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
	background-color:#A6CD54;
	
}
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m1inner {
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
}
