body {
  font-size: 9pt;
}
table.toppanel, table.menu, div.copy, img.order, div.noprint {
  display: none;
}

table {
  border-collapse: collapse;
  border: 1px solid rgb(192, 192, 192);
  margin: 1em 0 0 0;
}

table td, table th {
  border: 1px solid rgb(192, 192, 192);
  padding: 0 0.5em 0 0.5em;
  font-size: 9pt;
}

table th a {
  color: black;
  text-decoration: none
}

h2, h3 {
  font-family: "Tahoma", sans-serif; 
}
h2 { 
  font-size: 11pt; 
  margin: 0 0 1em 0;
}
h3 { 
  font-size: 9pt; 
  margin: 0;
}

.right { text-align: right; }
