/* Style for a block - DIV */
.m0table {
	color: #000;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	font-weight: bold;
	text-align: left;
	color: #000;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	font-weight: bold;
 	background-color: #E4D7CD; 
	color: #000;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: arial;
	font-size: 12px;
	padding: 3px;
}

/* Level Two Styles */
.m0table2 {
	color: #1D72B4;
	text-decoration : none;
 	background-color: #E4D7CD; 
}
.m0mouto2 {
	color: #1D72B4;
	text-decoration: none;
	padding-left: 5px;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero2 {
 	background-color: #D3C4B9; 
}

/* Style for inner tag, mover (mouse over) state */
.m0inner2 {
	color: #000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.m0innerov2 {
	color: #1D72B4;
	font-family:  arial;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
}


