
BODY
{
  color:               #000000;
  background:          #FFFFFF;
  font-family:         sans-serif;
  font-weight:         normal;
  text-align:          justify;
}

H1
{
  font-family:         sans-serif;
  font-size:           18pt;
  font-weight:         bold;
  color:               #660000;
  padding:             1;
  border-bottom-width: 1;
  text-align:          left;
}

H2
{
  font-family:         sans-serif;
  font-variant:        small-caps;
  font-size:           16pt;
  font-weight:         bold;
  color:               #660000;
  text-align:          left;
}

H3
{
  font-family:         sans-serif;
  font-variant:        small-caps;
  font-size:           14pt;
  color:               #660000;
  text-align:          left;
}

H4
{
  font-family:         sans-serif;
  font-size:           14pt;
  color:               #660000;
  text-align:          left;
}

H5
{
  font-family:         sans-serif;
  font-size:           12pt;
  color:               #660000;
  text-align:          left;
}

H6
{
  font-family:         sans-serif;
  font-size:           12pt;
  font-weight:         normal;
  color:               #660000;
  text-align:          left;
}

P
{
  font-family:         sans-serif;
  font-size:           12pt;
  font-weight:         normal;
  text-indent:         12pt;
  text-align:          justify;
}

CITE
{
  font-family:         sans-serif;
  font-size:           8pt;
  font-weight:         normal;
  font-style:          normal;
  color:               #804000;
}

UL
{
  margin-bottom:       8pt;
  list-style-type:     disc;
  font-family:         sans-serif;
  font-size:           10pt;
}

OL
{
  margin-bottom:       8pt;
  font-family:         sans-serif;
  font-size:           10pt;
}

LI
{
}

link
{
  font-weight:         bold;
  color:               #FF0000;
}

A:link
{
  font-weight:         bold;
  color:               #FF0000;
}

A:visited
{
  font-weight:         bold;
  color:               #CC0000;
}

A:active
{
  font-weight:         bold;
  color:               #FFCC00;
}

HR
{
}

BLOCKQUOTE
{
  margin-left:         15pt;
  margin-right:        15pt
  margin-top:          5pt;
  margin-bottom:       5pt;
}

ADDRESS
{
  color:               #660000;
}

CODE, KBD
{
  font-family:         monospace;
  color:               #660000;
}

EM
{
  font-style:          italic;
}

TT
{
  font-family:         fix;
}

SMALL
{
  font-size:           10pt;
}

BIG
{
  font-size:           14pt;
}

STRONG
{
  font-weight:         bold;
}

PRE
{
  font-family:         monospace;
  color:               #660000;
}

TABLE
{
  padding:             5;
  border-width:        1;
  border-color:        #FF0000;
}

TR
{
}

TD
{
  vertical-align:      top;
}

TH
{
  background-color:    #FF9999;
}

CAPTION
{
  font-weight:         bold;
  font-style:          italic;
  color:               #660000;
  border-bottom-width: 1;
}




