<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H1, H2, H3, H4, H5, H6 {
	font-family: 'Unna', serif;
	font-weight: 400;
	color: #583985;
}
H1 {
	font-size: 1.9375em;
	padding-bottom: 0;
	margin: 0 0 0.5em;
	font-weight: 300;
	line-height: 1em;
}
H2 {
	font-size: 1.4em;
	margin-bottom: 0 !important;
		line-height: 1.4em;
		color: #ED5B32;
}
H3 {
	font-size: 1.4em;
	margin-bottom: 0 !important;
	line-height: 1.4em;
	color: #00B86D;
}
H4 {
	font-size: 1.4em;
	margin-bottom: 0 !important;

	
}
H5 {
	font-size: 1.25em;
	margin-bottom: 0 !important;
	line-height: 1.4em;
		color: #ED5B32;
}
H6 {
	font-size: 1.25em;
	margin-bottom: 0 !important;
	color: #00B86D;

}

#contentBody header, #contentBody article, #contentBody div {
	font-size: 1em;
}
P {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 400;
	margin-top: 0.8em;
	color: #545454;
}
/*#contentWrapper p:first-of-type {
	display: none;*/
}
hr {
	border-bottom: solid #E4E7F0 1px;
	border-top: solid #E4E7F0 1px;
}
table {
	color: #434C5F;
	line-height: 1.7em;
}
li {
	color: #434C5F;
	line-height: 1.7em;
}
a:link, a:visited {
	color: #ED5B32;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.textcontent {
	font-size: 1em !important;
	color: #434C5F;
}
#breadCrumbFeatures {
	text-align: right;
	float: right;
	font-size: 0.8em !important;
}
#breadcrumbs {
	width: auto;
	margin: 0;
	float: left;
	padding: 0px;
	font-size: 0.8em !important;
	color: #666666;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #333;
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #333;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 185px;
	float: right;
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}
.tableBorder {  /*used for standard tables*/
	border-color: #050000;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #ED5B32;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	background-color: #F6F6F6;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: inherit;
	padding: 4px;
}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
	font-family: Helvetica, Arial, sans-serif !important;
}
.button {
	padding: 3px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	color: white;
	background: #ED5B32;/* Old browsers */
	border: 1px solid #ED5B32;
	border-radius: 2px;
	cursor: pointer;
}
.CollapsiblePanel .tableContent1 {
	background-color: #eee;
}

@media only screen and (max-width: 960px) {
#breadcrumbs {
	display: none;
}
}
</pre></body></html>