/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Print styles
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

html, body {
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}

a {
  color: #000000;
  text-decoration: none;
}

p, td {
  color: #000000;
}



#menu1 {
  display: none;
}

#menu2 {
  display: none;
}

#menu3 {
  display: none;
}