<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fa { font-size: 8pt;  line-height: 1.2 }
.fb { font-size: 10pt; line-height: 1.2 }
.fc { font-size: 13pt; line-height: 1.3 }
.fd { font-size: 16pt; line-height: 1.4 }
.fe { font-size: 20pt; line-height: 1.4 }
.ff { font-size: 24pt; line-height: 1.5 }

.accordion {
	border-style: solid; 
	border-right-style: none;
	border-width: .1em;
	padding: 1em;
	margin: 1em;
	margin-left: 2em;
}

.haccordion {
	border-style: solid; 
	border-right-style: none;
	border-width: .1em;
	padding: 1em;
	margin: 1em;
	margin-left: 1em;
}

span.norm { 
	float: left; 
	width: 4em; 
	text-align: right; 
	margin-right: 1em;
}

span.star { 
	float: left; 
	width: 4em; 
	text-align: right; 
	margin-right: 1em; 	
	border-bottom-style: dotted; 
	border-width: .3em;
}

span.marker {
	font-weight: bold;
	color: red;
}

p.ref { 
	margin-left: 5em; 
}

div.formatbox {
	border: solid; 
	border-width: thin; 
	padding: .5ex;
	background-color: black;
	color: silver;
	margin-bottom: 2ex
}

div.formatbox a {
	background-color: black !important;
	color: white !important;
	font-weight: bold !important;
	font-decoration: none !important;
	background: none !important
}
</pre></body></html>