<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mainColumn
{
	width:100%;
}


.bannerTable
{
	width:100%;
}

@media print 
{
	.bannerTable { display:none; }
}


.contentTable
{
	width:100%;
	border-collapse:collapse;
}

.contentColumn
{
	width:100%;
	padding-top:8px;
}

.horizontalSep
{
	width:15px;
}

.footerText
{
	width:100;
	padding-top:1em;
	text-align:center;
	font-size:80%;
}

.footerText A,  .footerText A:visited
{
	text-decoration:none;
}

.footerText A:hover
{
	text-decoration:underline;
}
</pre></body></html>