BODY{
  background-color: white;
  color: black;
  font-family: sans-serif;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: justify;
}

P{
  font-family: sans-serif;
  margin-top: 1ex;
}

P.Error{
  background-color: transparent;
  color: #800000;
  margin-top: 1ex;
}

P.Image{
  text-align: center;
}

P.Footer{
  font-size: small;
  text-align: right;
}

H1{
  background-color: #333399;
  color: white;
  font-size: x-large;
  font-weight: bold;
  margin-top: 2ex;

  PADDING-BOTTOM: 2px;
  PADDING-LEFT: 2px;
  PADDING-RIGHT: 2px;
  PADDING-TOP: 2px;
}

H2{
  background-color: transparent;
  color: #333399;
  font-size: large;
  font-weight: bold;
  margin-top: 1ex;

  BORDER-BOTTOM: #0099cc solid 1px;
}

H3{
  background-color: transparent;
  color: #333399;
  font-weight: bold;
  margin-top: 1ex;
}

TH{
    background-color: #666666;
    COLOR: #ffffff;
    TEXT-ALIGN: left;
}

TD{
    background-color: #cccccc;
    COLOR: #000000;
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
}

UL{
  list-style-type: disc;
}

LI{
  margin-top: 1ex;
}

DL{
}

DT{
  font-weight: bold;
}

DD{
}

B{
    FONT-WEIGHT: bold;
}

I{
    FONT-STYLE: italic;
}

CITE{
    FONT-STYLE: italic;
}

STRONG{
  font-family: sans-serif;
  font-weight: bold;
}

EM{
    FONT-STYLE: italic;
}

BLOCKQUOTE{
    FONT-STYLE: italic;
}

PRE{
  background-color: #cccccc;
  color: black;
  FONT-FAMILY: monospace;
  FONT-SIZE: 8pt;
}

CODE{
    FONT-FAMILY: monospace;
}

A.header{
  text-decoration: none;
}

A:link{
  color: #660099;
  text-decoration: underline;
}

A:visited{
  color: #3366cc;
  text-decoration: underline;
}

TD.FooterRight{
  font-family: sans-serif;
  background-color: transparent;
  BORDER-TOP: #000099 solid 1px;
  FONT-SIZE: xx-small;
  TEXT-ALIGN: right;
}

TD.FooterLeft{
  font-family: sans-serif;
  background-color: transparent;
  BORDER-TOP: #000099 solid 1px;
  FONT-SIZE: xx-small;
  TEXT-ALIGN: left;
}


