/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
   margin: 0;
   padding: 0;
   border: 0;
}

body {
   font-size: 100.01%;
   font-family: "Times New Roman", Times, serif;
   color: #000;
}

#wrapper {
   margin: 0px auto;
   width: 600px;
}
#header, #leftcol, #rightcol, #skip {
display: none;
}
#content h1 {
   font-size: 16pt;
   color: #577f1c;
   }

#content h2 {
   font-size: 14pt;
   color: #577f1c;
}

#content p {
   font-size: 12pt;
   margin: 12px;
}
#footer {
   clear: both;
}

#footer p {
   font-size: 10pt;
   color: #999;
   padding: 8px;
   text-align: right;
}
.leftimage {
	margin-right: 15px;
	margin-bottom: 5px;
	float: left;
}

blockquote {
   font-size: 10pt;
   border: 1px solid #000;
   padding: 6px;
   font-family: Arial, Helvetica, sans-serif;
}