/* Style for a block - DIV */
.m0table {
	background: #666666;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #FDFAE6;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #FFEB76;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
/* Fonts for menu */
tr, td, ul, li {
	color: #002863;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 11px;
}