
BODY
{
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  color: black;
}

TABLE, THEAD, TBODY, TFOOT, TR, TD
{
  font-size: 10pt;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

TH
{
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

A:link, A:visited, A:active
{
  text-decoration: underline;
}

A:link
{
  color: #0000FF;
}

A:visited
{
  color: #7F007F;
}

A:active
{
  color: #0000FF;
}

H1
{
  font-size: 12pt;
  font-weight: bold;
  margin: 0 0;
}

H2
{
  font-size: 12pt;
  font-weight: normal;
  margin: 0 0;
}

H3
{
  font-size: 11pt;
  font-weight: bold;
  margin: 0 0;
}

H4
{
  font-size: 11pt;
  font-weight: normal;
  margin: 0 0;
}

H5
{
  font-size: 10pt;
  font-weight: bold;
  margin: 0 0;
}

H6
{
  font-size: 10pt;
  font-weight: bold;
  margin: 0 0;
}

SELECT, OPTION
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

INPUT, TEXTAREA
{
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
}

PRE, TT, CODE, KBD, SAMP
{
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
}

BIG
{
  font-size: larger;
}

SMALL, SUB, SUP
{
  font-size: smaller;
}

B, STRONG
{
  font-weight: bolder;
}

