/* baltimore.css */

@media all {
  H1, H2 ,H3 {
    line-height: 125%;
    font-family: "Arial", "Sans Serif";
    margin-top: 0%;
 }

  H1 {
    font-size: 18pt;
    color: #003399;
    background-color: #CCCCCC;
  }

  H2 {
    font-size: 11pt;
    margin-bottom: 0%;
    color: #003399;
    background-color: #CCCCCC;
  }
  
  H3 {
    font-family: "Arial", "Sans Serif";
    margin-bottom: 0%;
    font-size: 11pt;
    color: #003399;
    background-color: #CCCCCC;
  }
  
  HR {
    color: grey;
    border: 1px inset;
    width: 95%;
  }
  
  BODY {
    font-family: "Verdana", "Arial", "Sans Serif";
    font-size: 10pt;
   // line-height: 120%;
    color: black;
    background-color: white;
  }
  
  SPAN.note {
    font-family: "Times";
    font-size: 8pt;
  }
  
  SPAN.form {
    line-height: 200%;
  }

  SPAN.footer {
    color: #003399;
  }

  SPAN.table {
  }
    
  TD {
    font-family: "Verdana", "Arial", "Sans Serif";
    font-size: 10pt;
    color: black;
    background-color: white;
  }
  
  TH {
    font-family: "Verdana", "Arial", "Sans Serif";
    font-size: 10pt;
    color: #003399;
    background-color: white;
    text-align: left;
  }
}


