/* Make all body text maroon-colored 12-point Book Antiqua
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY {font-size: 8pt;
      font-family: "Book Antiqua";
      color: maroon;
      background: url(img/parchmnt.gif);
      line-height: 10pt;
      margin-left: 5pt;
      margin-right: 1pt;}

TD   {font-size: 9pt;
      font-family: "Book Antiqua";
      line-height: 10pt;
      font-weight: normal}

/* Indent paragraphs */
P {margin-left: 18pt;
   margin-right: 6pt;}

/* Make headings Prose Antique bold with generous line spacing.
   If user doesn't have Prose Antique, use Lucida Handwriting.
*/
H1 {font: 19pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 20pt;
    margin-top : 0pt;
    margin-bottom : 0pt;
}

H2 {font: 14pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 14pt;
    margin-top : 0pt;
    margin-bottom : 0pt;
}

H3 {font: 9pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 11pt;
    vertical-align : bottom;
    margin-top : 0pt;
    margin-bottom : 0pt;
}

H4 {font: 8pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 10pt;
    margin-top : 0pt;
    margin-bottom : 0pt;
}

H5 {font-family: 7pt "Prose_Antique" "Lucida Handwriting";
    font-weight: normal;
    line-height: 10pt;}

/* Format footnotes as 8-point Book Antiqua, and center them. */
DIV.footnote {font-size: 8pt;
             line-height: 8pt;
             text-align: center}