BODY
{
  background-color: white;
  margin-top: 5pt;
  margin-right: 5pt;
  margin-bottom: 5pt;
  margin-left: 5pt;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
}

H1
{
  font-size: 16pt;
  font-weight: bold;
  color: #006666;
}

H2
{
  font-size: 13pt;
  font-weight: bold;
  color: #006666;
}

H3
{
  font-size: 13pt;
  font-weight: bold;
  color: #FFFFFF;
}

H4
{
  font-size: 13pt;
  font-weight: bold;
}

H5
{
  font-size: 11pt;
  font-weight: bold;
    color: #FFFFFF;
}

H6
{
  font-size: 11pt;
  font-weight: bold;
}

.small
{
  font-size: 8pt;
}

.teal
{
  font-weight: bold;
  color: #339999;
}

TABLE
{
  font-size: 10pt;
}

A
{
  color: #0000FF;
}

A:link
{
  text-decoration: none;
}

A:visited
{
  text-decoration: none;
}

A:hover
{
  text-decoration: underline;
}

OL
{
  color: #000000;
}

OL LI
{
  list-style-type: decimal;
}

OL OL LI
{
  list-style-type: lower-alpha;
}

OL OL OL LI
{
  list-style-type: lower-roman;
}

UL
{
  color: #000000;
}

UL LI
{
  list-style-type: disc;
}

UL LI LI
{
  list-style-type: circle;
}

UL LI LI LI
{
  list-style-type: square;
}
