<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Ticker */
.newsticker { height: 50px; line-height: 45px; font-size: 1em; overflow: hidden; }
.newsticker a { text-decoration: none; }
.newsticker ul { margin: 0 0; padding: 0 0; list-style: none; }
	/* Body */
	.mt-body { margin: 2px; position: relative; }
		/* Label */
		.mt-label { float: left; color: #b48f2f; font-weight: 700; margin-right: 10px; }
		/* News */
		.mt-preloader { background: url("../images/mt-preloader.gif") no-repeat center; }
		.mt-news { overflow: hidden; }
		.mt-scroll .mt-news { background-color: transparent; }
		.mt-news ul {
			/* Preload */
			background-image: url("../images/mt-bullet-over.png");
			background-repeat: no-repeat;
			background-position: -1000px;
		}
		.mt-news li { float: left; }
		.mt-news a {
			padding: 0 10px 0 10px;
			margin-right: 2px;
			color: #333333;
			display: block;
			white-space: nowrap;
		}
		.mt-news a:hover { color: #00a651; }
		.mt-hide { display: none; }
		/* Controls */
		.mt-controls {
			margin-left: 0px;
			margin-right: 0px;
			/* Preload */
			float: left;
			background-image: url("../images/mt-pause.png");
			background-repeat: no-repeat;
			background-position: -1000px;
		}
		.mt-play, .mt-prev, .mt-next {
			margin: 0 5px;
			width: 8px;
			height: 45px;
			background-repeat: no-repeat;
			background-position: center;
			float: left;
			cursor: pointer;
		}
		.mt-prev { background-image: url("../images/mt-arrow-prev.png"); }
		.mt-next { background-image: url("../images/mt-arrow-next.png"); margin-right: 0px; }
		.mt-play { background-image: url("../images/mt-play.png"); }
		.mt-pause {	background-image: url("../images/mt-pause.png"); }

.pcb007ticker { height: 50px; line-height: 45px; font-size: 1em; overflow: hidden; }
.pcb007ticker a { text-decoration: none; }
.pcb007ticker ul { margin: 0 0; padding: 0 0; list-style: none; }
</pre></body></html>