div.one {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333333;
	
	margin: 5px;
	padding: 3px;
}
div.two {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #333333;
	margin: 10px;
}
div.three {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 10px;
	color: #333333;
}
p.four {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	font-weight: bold;
}
h1.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
body {
	background-color: #BC8F8F;
}
