
BODY
{
  color:               #000000;
  background:          #FFFFFF;
  background-image:    url("/style/vert-bg.gif");
  margin-left:         5;
  margin-right:        5;
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  font-weight:         normal;
  text-align:          justify;
}

H1
{
  background-image:    url(/style/vert-h1.gif);
  margin-left:         0;
  padding:             5;
  font-family:         "Helvetica", sans-serif;
  font-size:           32pt;
  font-weight:         bold;
  color:               #A0C0A0;
  text-align:          left;
}

H2
{
  font-family:         "Helvetica", sans-serif;
  font-size:           18pt;
  font-weight:         bold;
  color:               #A0C0A0;
  margin-left:         0;
  padding:             1;
  border-color:        #008000;
  text-align:          left;
}

H3
{
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  color:               #003300;
  margin-left:         8;
  text-align:          left;
}

H4
{
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  color:               #003300;
  text-align:          left;
  margin-left:         10;
}

H5
{
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  color:               #003300;
  text-align:          left;
  margin-left:         10;
}

H6
{
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  font-weight:         normal;
  color:               #003300;
  text-align:          left;
  margin-left:         10;
}

P
{
  font-family:         "Helvetica", sans-serif;
  font-size:           12pt;
  text-indent:         12pt;
  text-align:          justify;
}

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

LI
{
}

A:link
{
  color:               #008000;
  text-decoration:     none;
}

A:visited
{
  color:               #006000;
  text-decoration:     none;
}

A:active
{
  color:               #00CC00;
  text-decoration:     none;
}

HR
{
  margin-left:         0;
  margin-right:        0;
}

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

ADDRESS
{
  color:               #003300;
}

CODE, KBD
{
  font-family:         "Courier", monospace;
  color:               #003300;
}

EM
{
  font-style:          italic;
}

SMALL
{
  font-size:           10pt;
}

STRONG
{
  font-weight:         bold;
}

PRE
{
  margin-left:         20;
  margin-right:        20;
  font-family:         "Courier", monospace;
  color:               #003300;
}

TABLE
{
  background-color:    #CCFFCC;
}

TR
{
}

TD
{
  vertical-align:      top;
}

TH
{
  background-color:    #99FF99;
}

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

