.WideCenter       { margin: 1%; width: 98%;  }

.tbldata {
  background: #abcdef;
  font-size: 10pt;
}

/*phase this out in favor of the new style below*/
.tblheader {
  background: #6495ed;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, Roman, serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

/*analagous w/h1, h2, etc*/
.tblh1 {
  background: #6495ed;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, Roman, serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

.tblh2 {
  background: #6495ed;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, Roman, serif;
  font-size: 11pt;
  font-style: italic;
  font-weight: normal; /*h1 = bold*/
}


.tbldataspc {
  background: #ACACE8; /* diff color, like "today" on the calendar  */
}


.tbldatasmall {
  font-size: 8pt;
}

