﻿/* Make all body text blue 10-point Verdana
   with 12-point vertical spacing between lines of text
   and 10-point margins. Use hckybg1.jpg as the background.
*/
body {	background:url(grafix/hckybg1.gif);
	background-attachment:fixed;
	font-size:10pt;
      	font-family:"Verdana","Helvetica",sans-serif;
      	font-weight:normal;
      	color:#0000ff;
      	line-height: 12pt;
      	margin-left:20px;
	margin-right:60px;
      		}

h1 {font-size: 24pt "Verdana","Lucida Handwriting";
    font-weight: bold;
    line-height: 30pt;}

h2 {font-size: 18pt "Verdana","Lucida Handwriting";
    font-weight: bold;
    line-height: 20pt;}

h4 {font-size: 14pt "Verdana","Lucida Handwriting";
    font-weight: bold;
    line-height: 16pt;}

#pic1 {	
	top:100px;
	left:5px;}

#nav {	
	top:100px;
	left:550px;}

#content {
	top:550px;	
	left:5px;	}

div#table1 {
	top:900px;
	table-layout:fixed;
	page-break-before:always;
	margin-left:20px;
	margin-right:60px;
	border:3px solid red;
	background:#c0c0c0; }

div#table2 {
	table-layout:fixed;
	margin-left:20px;
	margin-right:60px;
	border:3px solid red;
	background:#c0c0c0; }





td {	font-size:10pt;
	font-weight:normal;
	border:1.5px solid black;
	padding:2px;}

div#regtext {font-size: 10pt;
      	font-family:"Verdana","Helvetica",sans-serif;
      	font-weight:normal;}


/* Format footnotes as 9-point New Zurica, and center them. */
div#footnote {font-size: 8pt;
             line-height: 10pt;
	text-align: left;}








