

/* title font, table header cell bg, and table border color */
TR.header, TABLE.border {
  background-color: #910000
}
font.boxtitle {
  color: #910000;
  font-size: 12pt;
  font-weight: bold;
}
TD.label {
  color: #FFFFFF; 
  font-weight: bold;
}

/* table filler color */
TD.filler, TR.filler, TABLE.filler { 
  background-color: #e6e6fa
}

td {
  font-size: 10pt
}

table.round {
  background-color:#ececec;
  align: center
}


table.square {
  background-color:#f5f5dc;
  align: center
}
