
BODY
{
  color:               #000000;
  background:          #FFFFFF;
  margin-left:         0;
  margin-right:        0;
  font-family:         sans-serif;
  font-size:           12pt;
  text-align:          justify;
}

H1
{
  margin-left:         5pt;
  padding:             15;
  width:               80%;
  font-family:         sans-serif;
  font-size:           16pt;
  font-weight:         bold;
}

H2
{
  margin-left:         10pt;
  font-family:         sans-serif;
  font-variant:        small-caps;
  font-size:           16pt;
}

H3
{
  margin-left:         15pt;
  font-family:         sans-serif;
  font-variant:        small-caps;
  font-size:           14pt;
}

H4
{
  font-family:         sans-serif;
  font-size:           14pt;
}

H5
{
  font-family:         sans-serif;
  font-size:           12pt;
}

H6
{
  font-family:         sans-serif;
  font-size:           12pt;
  font-weight:         normal;
}

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

UL
{
  margin-top:          10pt;
  margin-bottom:       10pt;
  font-family:         sans-serif;
  font-size:           12pt;
  list-style-type:     disc;
  text-align:          left;
}

LI
{
  text-align:          left;
}

A:link
{
  color:               #AA7744;
}

A:visited
{
  color:               #995522;
}

A:active
{
  color:               #CC9966;
}

HR
{
}

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

ADDRESS
{
  color:               #662200;
}

CODE
{
  font-family:         monospace;
  color:               #662200;
}

EM
{
  font-style:          italic;
}

SMALL
{
  font-size:           10pt;
}

STRONG
{
  font-weight:         bold;
}

PRE
{
  margin-left:         8%;
  margin-right:        8%;
  font-family:         monospace;
}

TABLE
{
  /* padding:             2;       */
  /* background-color:    #FFEEBB; */
}

TR
{
}

TD
{
  vertical-align:      top;
}

TH
{
  /* background-color:    #EEBB88; */
}

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






