/* Make all body text green-colored 10-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 20-point margins. Use tile.gif as the background.
*/
BODY {font-size: 10pt;
      font-family: "Book Antiqua";
      color: #083908;
      background: url(wtile.gif);
      line-height: 15pt;
      margin-left: 20pt;
      margin-right: 20pt;}

/* Indent paragraphs */
P {margin-left: 200pt;
   margin-right: 200pt;
  text-align: justify;}
  
table {font-size: 8pt;
      font-family: "verdana";
      color: #083908;
      background: url(gtile.gif);
      line-height: 10pt;}
   


a {text-decoration:none;}
	a:link {color: #083908; font-size:8pt;font family: verdana;}
a:active  {color: #083908; font-size:8pt;font family: verdana; }
a:visited {color:#083908;font-size:8pt;font family: verdana; }

/* Format footnotes as 9-point Book Antiqua, and center them. */
DIV.footnote {font-size: 9pt;
             line-height: 12pt;
             text-align: center}


