/* Style for a block - DIV */
.m0table {
	color: #009933;
	background-color: #333333;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	color: #FFFFFF;	

}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background-color: #cc3300;
	color: #ffffff;

}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: white;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
button {
	color: #CC0000;
	background-color: #CC0000;
}
.tableline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
