/* Style for a block - DIV */
.m0table {
  padding: 3px;
  }
/* Style for outer tag, mout (mouse out) state */
.m0mouto {
  background: #ffffff;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mover (mouse over) state */
.m0movero {
  color: blue;
  text-decoration: underline;
  background: #c0c0c0;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mdown (mouse down) state */
.m0mdowno {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  background: #c0c0c0;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for inner tag, mover (mouse over) state */
.m0inner {
  font-size: 8pt;
  padding: 3px;
  }

/* Style for a block - DIV */
.m1table {
  padding: 1px;
  background: white;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  }
/* Style for outer tag, mout (mouse out) state */
.m1mouto {
  background: #ffffff;
  }
/* Style for outer tag, mover (mouse over) state */
.m1movero {
  color: blue;
  text-decoration: underline;
  background: #c0c0c0;
  }
/* Style for outer tag, mdown (mouse down) state */
.m1mdowno {
  color: blue;
  text-decoration: underline;
  font-weight: bold;
  background: #c0c0c0;
  }
/* Style for inner tag, mover (mouse over) state */
.m1inner {
  font-size: 8pt;
  padding: 3px;
  }

