.Headline {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  font-style: italic;
}
  .stockHdr {
    text-align: center;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
  }
  .stockGrayItem {
    background-color: #F3F3F3;
    font-family: Arial;
    font-size: 7.5pt;
  }
  .stockWhiteItem {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 7.5pt;
  }

