/* Style for level 0 (root) block - DIV */
.mtable0 {
        border: 1px outset white;
        background: white;
}
/* Style for a block - DIV */
.mtable {
        border: 1px outset #4682B4;
        background: white;
}
/* Style for outer tag, mout (mouse out) state */
.mouto {
        background: #8080ff;
        color: #ffffff;
}
/* Style for outer tag, mover (mouse over) state */
.movero {
        background: #0099CC;
}
/* Style for outer tag, mdown (mouse down) state */
.mdowno {
        background: #CCCCFF;
}
/* Style for inner tag, mover (mouse over) state */
.minner {
        font-size: 12px;
        font-family: Tahoma, Arial, Verdana;
}