body
{
  margin: 10 10;
  font-family: Arial;
  font-size: 11pt;
  text-align: justify;
  background: url(../img/lines.png);
  background-repeat: repeat-y;
  background-attachment: fixed;
}
p
{
  font-size: 10pt;
  text-align: justify;
}
h1
{
  font-size: 18pt;
  font-weight: bold;
}
hr
{
  color: #333333;
  size: 3;
}
.smallfont
{
  font-size: 9pt;
}
table
{
  border-color: #000000;
  empty-cells: show;
  font-size: 10px;
}
td
{
  font-size: 12 px;
}
th
{
  font-size: 12 px;
  background-color: #BBBBBB;
}
.glow
{
  background-color: #9FC5FF;
  color: #000000;
}
.darkRow
{
  background-color: #CCCCCC;
}
.lightrow
{
  background-color: #EEEEEE;
}
.styledTableHead
{
  font-size: 10 pt;
  background-color: #DDDDDD;
  color: #000000;
  padding: 1 5;
  border-top: 2px groove #DDDDDD;
  border-bottom: 2px groove #DDDDDD;
}
.styledTableHeadError
{
  font-size: 10 pt;
  background-color: #FF0000;
  color: #000000;
  padding: 1 5;
  border-top: 2px groove #DDDDDD;
  border-bottom: 2px groove #DDDDDD;
}
.styledTable {
  border:2px groove #CCCCCC;
  font-size: 10pt;
}
.stdTextField {
  background-color: #F1F1F1;
  border: 1px inset #CCCCCC;
}