/* Style for a block - DIV */
.m0table {
	background: #53961E;
	border-top: 1px solid #53961E;
	border-right: 1px solid #53961E;
	border-bottom: 1px none #53961E;
	border-left: 1px solid #53961E;
	
	
	
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #6ABF26;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #59A120;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #53961E;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #59A120;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #53961E;
}
/* 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: #53961E;
}

.m0outer {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 5px;
	color: #FFFFFF;
}


.floatright {
	float: right;
	margin: 5px;
}
