@media screen { 
  tr.subtitle { background: #a0c0ff }
  tr.odd { background: #a0ffc0 }
  tr.even { background: white }
}

@media print { 
  body { font-family: serif; }
  th { padding: 0px; text-align: left; }
  h3 { font-size: 10pt; font-style: normal; padding: 0px; margin: 0px; }
  table { width: 650px; }
  td { font-size: 9pt; padding: 0px; line-height: 1.05; }
  a:link, a:visited, a:active { text-decoration: none; color: #000000; font-weight: normal; }
  img { width: 6px; height: 7px; padding: 1px; }
  tr.headers, tr.former, .extra, .cis-head, .cis-youareat, h1, p {display: none; }
}

