/* Style for a block - DIV */
.m0table {
	background: #666666;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #6699CC;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero
{
    background: #99ccff;
    color: #000000;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno 
{
    color: white;
}

.m0mdowno2 {
	background: white;
}

/* Style for inner tag, mover (mouse over) state */
.m0inner {
	font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
	font-size: .8em;
	font-weight:bold;
	padding: 3px;
	color:White;
}
