h1 {
	font-family: "Futura Std Medium", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
a {
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	color: #666666;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
div {
	background-color: #CCCCCC;
	border: thin dashed #000000;
	margin: 0px;
	padding: 10px;
	width: 600px;
}
small {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	text-transform: uppercase;
	color: #666666;
}

