BODY
{
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 10pt
}
P
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt
}
TABLE
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt
}
TD
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt
}

table.neattable,
table.nicetable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaa solid;
  border-collapse: collapse;
}

table.neattable th, table.neattable td,
table.nicetable th, table.nicetable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}

table.neattable th,
table.nicetable th {
  background: #f2f2f2;
  text-align: center;
}

table.neattable caption,
table.nicetable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
