/* Make all body text blue 12-point New Zurica or Verdana
   with 16-point vertical spacing between lines of text
   and 10-point margins. Use hckybg1.jpg as the background.
*/
BODY {font-size: 12pt;
      font-family: "New Zurica Regular","Verdana";
      font-weight:bold;
      color: #044476;
      background: url(grafix/hckybg1.gif);
      background-attachment:fixed;		
      line-height: 16pt;
      margin-left: 50px;
      margin-right: 10px;}

/* Indent paragraphs */
P {margin-left: 24pt;
   margin-right: 24pt;}



/* Make headings Verdana bold with generous line spacing.
   
*/
h1 {font: 24pt "New Zurica Regular", "Verdana";
    font-weight: bold;
    line-height: 30pt;}

h2 {font: 18pt "New Zurica Regular", "Verdana";
    font-weight: bold;
    line-height: 22pt;}

td {font:10pt "verdana" "Helvetica" sans-serif;
	padding:2px;
	font-weight:bold}	


div#content {
	font-size:10pt;
			}


/* Format footnotes as 9-point New Zurica, and center them. */
div#footnote {font-size: 8pt;
             line-height: 10pt;
	text-align: left;}





