<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table {
	border-collapse:collapse;
	border:1px solid #000;
	text-align:center;
	margin-bottom:2em;
	margin-left:2em;
}
table p {
	margin-top:3px;
	margin-bottom:5px;
}
table th {
	background:#aadcaa;
	border:1px solid #000;
	padding-top:2px;
	padding-bottom:2px;
}
table td {
	border:1px solid #000;
	padding-top:2px;
	padding-bottom:2px;
}
table caption {
	text-align:center;
	font-size:120%;
	font-style:italic;
}
h1 {
	font-size:250%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	
}
h2 {
	font-size:130%;
	text-align:left;
	clear:both;
	padding-top:2em;
	text-decoration:underline;
}
p {
	text-align:left;
	margin-bottom:2em;
}
.tcenter {
	text-align:center;
	font-size:24px;
	font-weight:normal;
}
#footer p{
	font-size:9px;
	text-align:center;
	line-height:50%;
	margin-top:4px;
	margin-bottom:4px;
}
.tc {
	width:90%;
	margin-left:5%;
}
.leftp30 {
	width:30%;
	float:left;
	border-spacing:50%;
	text-align:left;
}
.leftp30 p {
	margin-top:1px;
	margin-bottom:1px;
}
.leftp20 {
	width:20%;
	float:left;
	border-spacing:50%;
	text-align:left;
}
</pre></body></html>