/* Make all body text orange-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: 25pt;
      font-family: "Verdana";
      color: #999966;
		font-weight: bold;
      background: #999966;
      line-height: 28pt;
      margin-left: 0px;
      margin-right: 0px;
		margin-top: 0px;
		text-align: left;
		vertical-align: super;}

a:link {color: #FFFFFF;	text-decoration: none}
a:visited {color: #FFFFFF;	text-decoration: none}
a:active {color: #FFFFFF;	text-decoration: none}
a:active {color: #FFFFFF;	text-decoration: none}

Table {font-size: 9pt;
      font-family: "arial";
		border: 0;
      color: #FFFFFF;
		font-weight: normal;
 
      line-height: 11pt;
      margin-left: 0px;
      margin-right: 0px;
		cell-padding: 0px;
		cell-spacing: 0px;
		margin-top: 0px;
		text-align: center;}


H1 {font: 13pt "Arial Narrow" ;
    font-color: #333333
    line-height: 30pt;}

H2 {font: 18pt "Prose_Antique" "Lucida Handwriting";
    font-weight: bold;
    line-height: 22pt;}

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


