/* Style for a block - DIV */
.m0table {
  font-family:  Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
  background: #888888;
  width: 100%;
  padding: 5px 3px 8px;
  }
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
  background: rgb(153,0,0);
  color: white;
  text-align: center;
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mover (mouse over) state */
.m0movero {
  text-decoration: underline;
  background: rgb(153,0,0);
  color: white;
  text-align:center;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
  text-decoration: underline;
  text-align:center;
  background: rgb(153,0,0);
  color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for inner tag, mover (mouse over) state */
.m0inner {
  text-align:center;
  font-size: 8pt;
  padding: 3px;
  }

/* Style for a block - DIV */
.m1table {
  font-family:  Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
  padding: 1px;
  background: rgb(153,0,0);
  color: white;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
  background: rgb(153,0,0);
  color: white;
  }
/* Style for outer tag, mover (mouse over) state */
.m1movero {
  background: rgb(153,0,0);
  color: white;
  text-decoration: underline;
  }
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
  text-decoration: underline;
  background: rgb(153,0,0);
  color: white;
  }
/* Style for inner tag, mover (mouse over) state */
.m1inner {
  font-size: 8pt;
  padding: 3px;
  }

