<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}
body {
	font-family: "Verdana", Verdana, sans-serif;
	background-color: #a6caf0;
	color: #ffffff;
}
a, a:link, a:visited, a:hover, a:active {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
.highslide-container div {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 13px;
}
.highslide-container table {
	background: none;
}
.highslide, .highslide-noexp {
	visibility: hidden;
}
.highslide img, .highslide-noexp img {
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	visibility: visible;
}
.highslide:hover img, .highslide-noexp:hover img {
	box-shadow: -10px 10px 10px rgba(51, 51, 51, 0.4);
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	cursor: pointer;
}
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
}
.highslide-wrapper, .highslide-outline, .highslide-caption, .highslide-heading {
	background: #ffffff;
}
.highslide-caption {
	display: none;
	border-top: none;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.highslide-caption a:link {
	color: #000000;
}
.highslide-caption a:visited {
	color: #000000;
}
.highslide-caption a:hover {
	color: #ff0000;
}
.highslide-caption a:active {
	color: #000000;
}
.highslide-heading {
	display: none;
	color: #000000;
	cursor: default;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.highslide-heading a:link {
	color: #000000;
}
.highslide-heading a:visited {
	color: #000000;
}
.highslide-heading a:hover {
	color: #ff0000;
}
.highslide-heading a:active {
	color: #000000;
}
.highslide-dimming {
	background: #000000;
}
.highslide-loading {
	display: block;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #000000;
	padding-left: 22px;
	background-image: url(graphics/loader-black.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-loading a:hover {
	color: #ff0000;
}

.highslide-move {
	cursor: move;
}
.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
	margin: 0;
	list-style: none;
}
.highslide-controls a {
	float: left;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls {
	width: 125px;
	height: 30px;
	margin: 0px 10px 0px 0px;
	left: 7px;
	position: static;
}
.highslide-controls a {
	background-image: url(graphics/controlbar-large-white.gif);
	display: block;
	height: 30px;
	width: 30px;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}
	
.highslide-controls .highslide-full-expand {
	display: none;
}
	
.highslide-controls .highslide-move {
	display: none;
}
	
.highslide-header { 	
	display: none;
}
.mx-resize .highslide-footer {
	height: 20px;
}
.mx-resize .highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(graphics/resize-black.gif) no-repeat;
}
.mx-resize .highslide-footer .highslide-resize span {
	display: none;
}
.mx-resize .highslide-resize {
	cursor: nw-resize;
}
.mx-hidden {
	visibility: hidden;
}
.mx-warning {
	background-color: red;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}
.mx-musicdiv {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999;
}
.mx-headerinc {
	color: #ffffff;
}
.mx-container {
	height: 100%;
	min-width: 1234px;
	margin: 0 auto;
	position: static;
}
.mx-titlebar {
	width: 98%;
	text-align: center;
	margin: 10px auto;
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px;
			
}
.mx-atitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.mx-atitle:first-letter {
	font-size: 20px;
}
.mx-atitle a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-atitle a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-atitle a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.mx-atitle a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.mx-adescription:first-letter {
	font-size: 16px;
}
.mx-adescription a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.mx-adescription a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle {
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.mx-ftitle:first-letter {
	font-size: 20px;
}
.mx-ftitle a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.mx-ftitle a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 3px;
}
.mx-fcomment:first-letter {
	font-size: 16px;
}
.mx-fcomment a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-fcomment a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;

}
.mx-fcomment a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	padding: 5px 0px;
	margin: 0 auto;
	width: 98%;
}
.mx-infotxt a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
.mx-infotxt a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mx-nav-table {
	width: 450px;
	table-layout: fixed;
	margin: -15px auto 0px auto;
}
.mx-nav-table td {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px;
}
.mx-nav-table td a:link {
	color: #000000;
	text-decoration: none;
}
.mx-nav-table td a:visited {
	color: #000000;
	text-decoration: none;
}
.mx-nav-table td a:hover {
	color: #ff0000;
	text-decoration: none;
}
.mx-nav-table td a:active {
	color : #000000;
	text-decoration: none;
}
.mx-goto {
	color: #ff0000;
	font-weight: normal;
}
.mx-goto a:link, .mx-goto a:visited, .mx-goto a:hover, .mx-goto a:active {
	font-weight: bold;
	text-decoration: underline !important;
}
.mx-thumb-table {
	margin: 0 auto;
	width: 90%;
	table-layout: fixed;
}
.mx-thumb-table td {
	background-color: #ffffff;
	padding: 8px 0px;
	color: #000000;
	text-align: center;
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px;
}
.mx-thumb-table td img {
	vertical-align: bottom;
}
.mx-thumb-table td img.icon {
	margin: 0px;
}
.mx-thumb-table td a:link {
	color: #000000;
}
.mx-thumb-table td a:visited {
	color: #000000;
}
.mx-thumb-table td a:hover {
	color: #ff0000;
}
.mx-thumb-table td a:active {
	color: #000000;
}
.mx-thumbbox-caption {
	padding: 0px 8px;
}
.mx-thumbbox-topcaption {
	padding: 0px 8px 5px 8px;
}
.mx-thumbbox-bottomcaption {
	padding: 5px 8px 0px 8px;
}
.mx-thumbbox-sidecaption {
	text-align: left;
	padding: 10px 8px 0px 8px;
}
.mx-thumbbox-title {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
}
.mx-thumbbox-title a:link {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-title a:visited {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-title a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-title a:active {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
}
.mx-thumbbox-comment a:link {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment a:visited {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-comment a:active {
	font-weight: bold;
	text-decoration: none;
}
.mx-thumbbox-fcount {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 17px;
}
.mx-thumbnail img {
	padding: 0px;
	border-width: 0px;
	border-radius: 0px;
	margin: 10px;
	box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.4);
	visibility: visible;
}
.mx-thumbnail:hover img {
	box-shadow: -10px 10px 10px rgba(51, 51, 51, 0.4);
}
.mx-thumbnail {
	visibility: hidden;
}
.mx-folderpng {
	height: 100px;
	width: 100px;
}
.mx-folderpngds {
	border: 1px solid black !important;
}
.mx-wover {
	position: relative;
	display: inline-block;
}
.mx-fover img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 24px;
	height: 24px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	padding: 3px;
	user-select: none;
}
	
.mx-footerinc {
	color: #ffffff;
}
.mx-hs-title {
	font-size: 13px !important;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.mx-hs-title a:link {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-title a:visited {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-title a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-title a:active {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment {
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.mx-hs-comment a:link {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment a:visited {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment a:hover {
	font-weight: bold;
	text-decoration: none;
}
.mx-hs-comment a:active {
	font-weight: bold;
	text-decoration: none;
}
.mx-captdownload {
	min-height: 15px;
	padding-left: 26px;
	padding-right: 26px;
}
.mx-captglobe {
	min-height: 32px;
	padding-left: 42px;
	padding-right: 42px;
}
.mx-globe-icon {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px 3px 0px 3px;
}
.mx-globe-icon img {
	border-width: 0px;
}
.mx-download-icon {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 3px;
}
.mx-download-icon img {
	border-width: 0px;
}
.mx-buttontext {
	font-family: "Verdana", Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	cursor: pointer;
	margin: 5px 4px 5px 4px;
}
.mx-buttonalign {
	cursor: default;
	text-align: center;
	clear: both;
	margin: 0px;
}
.mx-buttonimage {
	margin: 5px 4px 5px 4px;
	vertical-align: middle;
}
.mx-buttonaligndl {
	bottom: 21px;
}
.mx-buttonalignglobe {
	bottom: 41px;
}
.mx-lfproxyabove {
	padding-top: 10px;
}
.mx-lfproxybelow {
	padding-bottom: 10px;
}
</pre></body></html>