tr.viewhdr1 {
  font-family: helvetica, ariel, sans-serif;
  font-weight: bold;
  background: rgb(170, 0, 102);
  color: white;
  text-align: center;
  white-space: nowrap;
}

tr.viewhdr2 {
  font-family: helvetica, ariel, sans-serif;
  background: white;
  color: black;
  text-align: center;
  white-space: nowrap;
}

th {
  font-family: helvetica, ariel, sans-serif;
  font-weight: bold;
  background: rgb(170, 0, 102);
  color: white;
  text-align: left;
}

table.patch {
  background: white;
  color: black;
  border: 2px solid rgb(170, 0, 102);
  width: 100%;
  padding: 0px;
  margin: 0px;
}

table.patch2 {
  background: white;
  color: black;
  border-left: 2px solid rgb(170, 0, 102);
  border-top: 0px;
  border-right: 2px solid rgb(170, 0, 102);
  border-bottom: 2px solid rgb(170, 0, 102);
  width: 100%;
  padding: 0px;
  margin: 0px;
}

div.flashred {
  background: white;
  color: red;
  font-weight: bold;
  text-decoration: blink;
}

div.small {
  font-size: small;
  color: black;
  font-weight: normal;
}

ins {
  color: blue;
}
