/* Style for a block - DIV */
.m0table {
	background: transparent;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
	background: #669900;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero {
	background: #ffcc00;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
	background: #ffcc00;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner
{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: White;
    text-transform: uppercase;
    padding-left: 10px;
	text-align: center;
}

/* Style for a block - DIV */
.m0table1 {
	background: transparent;
	padding-bottom: 8px;
}
/* Style for outer tag, mout (mouse out) state */
.m0mouto1 {
	background:#CC3333;
}
/* Style for outer tag, mover (mouse over) state */
.m0movero1 {
	background:#669900;
}
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno1 {
	background: #ffcc00;
}
/* Style for inner tag, mover (mouse over) state */
.m0inner1
{
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    color: White;
    text-transform: uppercase;
    padding-left: 10px;
	text-align: center;
}
