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