
BODY {
  background-color: #ffffff; 
  color: #000000;
}

BODY, TABLE, H2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt
}



/* misc font sizes */
font.smalltext {
  font-size: 8pt;
}
font.title {
  font-size: 12pt;
  font-weight: bold
}




/* 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
}




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


table.square {
   /* pale yellow  */
  /* background-color:#f5f5dc; */
  background-color:#ececec; 
  align: center
}
