BODY {
  color: black;
  background: #fffaf0;
  border: 0em;
}

/* ----------------------------------------------- */
/* -- Text headings ------------------------------ */
/* ----------------------------------------------- */

H1, H2, H3, H4 {
  font-family: Tahoma, Helvetica, sans-serif;
}

H1 {
  font-size: 18pt;
  color: #117700;
}

H1.title {
  font-size: 28pt;
  color: #999999;
  text-align: right;
}

H2 {
  font-size: 14pt;
  color: #228811;
  margin-left: 1em;
}

H3 {
  font-size: 12pt;
  color: #339922;
  margin-left: 2em;
}

H4 {
  font-size: 9pt;
  margin-left: 3em;
}


/* ----------------------------------------------- */
/* -- Body text  --------------------------------- */
/* ----------------------------------------------- */

P {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  display: block;
  margin-left: 3em;
  margin-right: 5em;
}

TABLE, TR, TH, TD {
  font-family: Arial, sans-serif;
}

P.picture {
  margin-right: 0em;
}

P.center {
  text-align: center;
}

UL {
  font-size: 10pt;
  margin-left: 5em;
  margin-right: 1em;
  font-family: Arial, sans-serif;
  list-style-image: url(dot.gif);
}

DL {
  font-size: 10pt;
  margin-left: 5em;
  margin-right: 1em;
  font-family: Arial, sans-serif;
}

LI {
  margin-bottom: 5pt;
  margin-right: 6em;
}

DT {
  font-size: 10pt;
  display: inline;
}

DD {
  margin-top: 0em;
  margin-left: 3em;
}

/* ----------------------------------------------- */
/* -- Front page  -------------------------------- */
/* ----------------------------------------------- */

H1.fp {
  text-align: center;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 2em;
}

P.fp {
  font-size: 10pt;
  text-align: left;
  color: #000000;
  margin-left: 0em;
  margin-right: 0em;
}

UL.fp {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 6pt;
}


LI.fp {
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0pt;
}


/* ----------------------------------------------- */
/* -- Links -------------------------------------- */
/* ----------------------------------------------- */

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

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

A:hover	{	
  text-decoration: underline;
}	


/* ----------------------------------------------- */
/* -- Menu area ---------------------------------- */
/* ----------------------------------------------- */

TD.menu {
  vertical-align: top;
}

TABLE.menubg {
  background: #227722;
}

TABLE.menufg {
  background: #EEEECC;
}

P.menuheader {
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  color: #EEEECC;
}

P.menu, A.menu {
  font-weight: normal;
  font-size: 9pt;
  line-height: 0.8; 
}

P.menu {
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}


/* ----------------------------------------------- */
/* -- Footer area -------------------------------- */
/* ----------------------------------------------- */

P.timestamp {
  font-size: 8pt;
  font-style: italic;
  color: gray;
  text-align: right;
  margin-left: 0em;
  margin-right: 0em;
}

