BODY
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif;
    BACKGROUND-COLOR: #ffffff
}

A
{
    COLOR: #000000;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif;
    TEXT-DECORATION: underline
}

a img {
	border: 0;
}

A:hover
{
    TEXT-DECORATION: none
}

H1
{
    FONT-SIZE: 20pt;
    FONT-WEIGHT: bold;
}

H2
{
    FONT-SIZE: 18pt;
    FONT-WEIGHT: bold;
}

H3
{
    FONT-SIZE: 16pt;
    FONT-WEIGHT: bold;
}

P
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

TD
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

FORM
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

SELECT
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

INPUT
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

.red
{
    FONT-SIZE: 10pt;
    COLOR: #cc3300;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

.error { 
    font-weight: bold;
    color: red;
}

TEXTAREA
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Tahoma, Arial, Sans-Serif
}

table {
  padding-top: 10px;
  padding-bottom: 10px;
}

table td, th {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 90%;
  font-weight: bold;
}

table .numeric {
  text-align: right;
}
