
/* --- Navigation Links --- */
a.data {text-decoration: none; font-family: Trebuchet MS, Tahoma, sans-serif; font-size: 13px; font-weight: bold;}
a.data:link, a.data:visited {color: #ccc;}
a.data:hover {color: #fff; text-decoration: underline;}
a.data:active {color: #fc3; text-decoration: underline;}
/* End of Links */

/* BMD table */
.bmd {
  font-size: 11pt;
  background: #ffc;
}

.bmd th {
  background: #fee5cc;
  font-size: 10pt;
}

ol {
  list-style-type: lower-roman;
}

div.note {
  width: 36em;
  padding: 1em;
  margin: 0 auto;
  text-indent: 5em;
  border: 1px dashed #000;
  background: #faebcd;
}

.pop {
  font-size: 11pt;
  color: #000;
  background: #ff9;
  padding: 0.5em;
  border: 1px solid #000;
  width: 30%;
  display: none;
  position: absolute;
  z-index: 1;
  left: 10%;
}
