<!--
div.footnote_new, div.footnote_new_active {
  position: absolute;
  z-index: 10;
  display: none;
  width: 250px;
  font-size: 11px;
  padding: 3px;
  color: #180404;
  background: #BFE6FF;
  border: 1px solid #082567
}
div.footnote_new_active { display: block }
table.footnote, sup.sup_footnote { display: none }
#x_image { position: absolute; left: 10px; top: 5px }
div.note p { margin: 0 0 10px 0 } 
@media print {
.not-printable { display: none; }
  sup.sup_footnote { display: inline }
  table.footnote { display: block }
}
-->

