/* Style for a block - DIV */
.m0table {
	background: #3D89C9;
	color: #FFFFFF;
	border-top: 1px solid #296BA2;
	border-right: 1px solid #296BA2;
	border-bottom: 1px none #296BA2;
	border-left: 1px solid #296BA2;	
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #3D89C9;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #004589;
	color: #FBE27F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #296BA2;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #004589;
	color: #FBE27F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #296BA2;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #296BA2;
}

.m0outer {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 5px;
}

