<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.blue:link { color: #FFFFFF; text-decoration: underline}
a.blue:hover { color: #BCC0B5; text-decoration: underline}
a.blue:visited { color: #A5BFDA; text-decoration: underline}

a.links:link { color: #0046A6; text-decoration: underline}
a.links:hover { color: #5E2A51; text-decoration: underline}
a.links:visited { color: #5E2A51; text-decoration: underline}

a.email:link {color: #0046A6; text-decoration: none}
a.email:hover { color: #5E2A51; text-decoration: none}
a.email:visited { color: #0046A6; text-decoration: none}

a.sup:link { color: #4F5F6D; text-decoration: underline}
a.sup:hover { color: #5E2A51; text-decoration: underline}
a.sup:visited { color: #005389; text-decoration: underline}

a.sub:link { color: #4F5F6D; text-decoration: underline}
a.sub:hover { color: #A37300; text-decoration: underline}
a.sub:visited { color: #005389; text-decoration: underline}

.title {
	font-family: "Calibri";
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.context {
	font-family: "Calibri";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.up {
	font-family: "Calibri";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.down {
	font-family: "Calibri";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0046A6;
}
.table {
	font-family: "Calibri";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
sup, sub {
/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
font-size: 60%;
 
/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
line-height: 0;
 
/* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
position: relative;
 
/* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
vertical-align: baseline;
}
sup {
/* Move the superscripted text up */
top: -0.5em;
}
sub {
/* Move the subscripted text down, but only
half as far down as the superscript moved up */
bottom: -0.25em;
}
</pre></body></html>