/* Table style - white: regular table with small font */
table.white
{
  font-size: x-small;
  font-family: sans-serif;
  line-height: 14pt
}

/* Table style - Blue: dark header and light body */
table.blue
{
  background-color: #C6EFF4;
  font-size: 80%;
  line-height: 14pt
}

th.blue
{
  color: #FFFFFF;
  background-color: #1D48F4;
  text-align: left;
  font-size: 120%
}

/* Table style - Green: dark header and light body */
table.green
{
  background-color: #F2FEF6;
  font-size: x-small;
  line-height: 14pt
}

th.green
{
  color: #FFFFFF;
  background-color: #5B9498;
  text-align: left
}

/* Table style - Brown: dark header and light body */
table.brown
{
  background-color: #FCEEE3;
  font-size: 80%;
  line-height: 14pt
}

th.brown
{
  color: #FFFFFF;
  background-color: #874D16;
  text-align: left
}
