body {

  color: #202020;
  font: 10px Arial, Helvetica, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}


a {

  color: #920606;
}


table {

  width: 100%;
  border: 0px;
  border-spacing: 0px
}


td {

  padding: 3px;
}


textarea {

  width: 100%;
  height: 80%;
  background-color: #F4F3EC;
}


.tableHead {

  background-color: #B1AA72;
  font-weight: bold;
}


.normalRow {

  background-color: #FFFFFF;
}


.highlightRow {

  background-color: #E6E3D0;
}


.activeRow {

  background-color: #C0FFC0;
}


.highlightCol {

  background-color: #D5D0B0;
}
