/* HSOP Print Stylesheet */

/* Set white background with black text for print. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

/* remove left nav column for print */
#leftcolumn1, .noprint { display: none; }

/* shrink address in header for print */
.addr { font: 7pt verdana; }

/* shrink font-size in footer for print */
#footer {
  margin-top: 15px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  }
