body {
	text-align: center;
	min-width: 800px;
	background-color: #381a05;
	font: 10pt Arial; color: navy;
}

#hdr {
        width: 800px;
        margin: 0px auto;
        text-align: left;
	background-color: white;
}

#content {
        width: 780px;
	margin: 0px auto;
        text-align: left;
	background-image: url(/images/bg1.png);
	background-repeat: repeat;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
}
	H1 {font: 20pt Arial; color: #dd0033; font-weight: bold}
	H2 {font: 18pt Arial; color: navy}
	H3 {font: 14pt Arial; color: navy}
	H4 {font: 12pt Arial; color: navy; font-weight: bold}
	P {font: 10pt Arial; color: navy}
	.small {font: 8pt Arial; color: navy}
	.body {font: 10pt Arial; color: navy}
	.note {font: 11pt Arial; color: navy; font-weight: bold}
	.note2 {font: 11pt Arial; color: #dd0033; font-weight: bold}
	.subhead {font: 14pt Arial; color: navy}
	.bigblue {font: 18pt Arial; color: navy}
	.bigred {font: 20pt Arial; color: #dd0033; font-weight: bold}



  
