<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#accordion {
	color: #FFF;
}
#accordion a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#accordion .accordion-header {
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-style: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #FFF;
	display: block;
}

#accordion .accordion-header-sub {
	position: relative;
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 1.1em;
	padding: 0.5em;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-style: normal;
	background-color: #333333;
	display: block;
}

#accordion .accordion-header h3 {
	margin: 0;
	cursor: pointer;
	text-indent: 10px;
	padding: 5px 0;
}

#accordion .accordion-header-sub h3 {
	margin: 0;
	cursor: pointer;
	text-indent: 10px;
	padding: 5px 0;
}

#accordion .header-active {
}
#accordion .header-sub-active {
}

#accordion .accordion-header span {
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
	right: 0.0em;
	background-image: url(../images/arrow-sprite.png);
	background-repeat: no-repeat;
}
#accordion .accordion-header-sub span {
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
	right: 0.0em;
	background-image: url(../images/arrow-sprite.png);
	background-repeat: no-repeat;
}

#accordion .accordion-header span.icon-active {
	background-position: 0 -1.8em;
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
	right: 0.0em;
	background-image: url(../images/arrow-sprite.png);
	background-repeat: no-repeat;
}

#accordion .accordion-header-sub span.icon-sub-active {
	background-position: 0 -70px;
	display: block;
	width: 1.5em;
	height: 1.5em;
	top: 0.4em;
	right: 0.0em;
	background-image: url(../images/arrow-sprite.png);
	background-repeat: no-repeat;
}

#accordion ul.accordion-content {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#accordion ul.accordion-content-sub {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#accordion ul.accordion-content li {
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 0.9em;
	padding: 0.0em;
	display: block;
	margin: 0px;
}
#accordion ul.accordion-content-sub li {
	font-family: Helvetica, Ariel, sans-serif;
	font-size: 0.9em;
	padding: 0.0em;
	display: block;
	margin: 0px;
}

#accordion ul.accordion-content li a {
}
#accordion ul.accordion-content-sub li a {
}
</pre></body></html>