<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen, print {
	body {background: #000000 none no-repeat 0 0; color: #fff; font-family: Arial, Tahoma, sans-serif; font-size: 75%; padding: 0; margin: 0; line-height: 1.5em;}

/*general*/
	a {text-decoration: underline; color: #F7941D;}
	a:hover	{text-decoration: none; color: #ABAFB2;}
	a:hover img.border {border: 10px solid #ABAFB2;}
    a img {border: none;}
    a:focus, a:active {outline: none;}
	
/*headings*/
    h1, h2, h3, h4, h5, h6 {font-weight: bold; color: #fff; padding: 0; line-height: 1.4em; margin: 1.5em 0 1em 0;}
    h1 {font-weight: normal; font-size: 133%; margin: 0 0 0.5em 0; padding: 5px 0 5px 0; text-transform: uppercase;}
	h2 {font-weight: normal; font-size: 117%;  color: #F26C4F;}
    h3 {font-weight: normal; font-size: 117%;}
	h4 {font-weight: normal; font-size: 110%; margin: 2em 0 0.66em 0;}
    h5 {font-weight: bold; font-size: 100%; color: #C1C1CA;}
	h6 {font-weight: normal; font-size: 100%;}
	
/*formatting classes*/
	.left {float: left;}
	.right {float: right;}
	body .text-right {text-align: right;}
	.border {border: 10px solid #252525;}
	body img.right {margin: 5px 0 5px 10px;}
	body img.left {margin: 5px 10px 5px 0;}
	body img.border {border: 10px solid #252525;}
	
	a.pdf {padding-right: 18px; background: transparent url(img/pdf.gif) no-repeat 100% 50%;}
	a.word {padding-right: 20px; background: transparent url(img/doc.gif) no-repeat 100% 50%;}
	a.excel {padding-right: 20px; background: transparent url(img/xls.gif) no-repeat 100% 50%;}
	a.powerpoint {padding-right: 20px; background: transparent url(img/powerpoint.gif) no-repeat 100% 50%;}
	a.packed {padding-right: 20px; background: transparent url(img/packed.gif) no-repeat 100% 50%;}
	a.zip {padding-right: 20px; background: transparent url(img/zip.gif) no-repeat 100% 50%;}
	a.external {padding-right: 12px; background: transparent url(img/ex.gif) no-repeat 100% 50%;}
	a.more {background: transparent url(img/more.gif) no-repeat 0 50%; padding-left: 12px;}
	a.popup {}

    .red {color: #de0000;}
    .blue {color: #a9e1ff;}
    .grey {color: #b0b0b0;}
    .black {color: #000;}
    .orange {color: #F65716;}
    .white {color: #fff;}

	strong, .strong, b {font-weight: bold;}
    small, .smaller {font-size: 90%;}
    .bigger {font-size: 120%;}
    .center {text-align: center;}
    .justify {text-align: justify;}
	.clear {clear: both;}
	body .w30p {width: 28%;}
	.w50p {width: 48%;}
	body .w70p {width: 68%;}
	body .hidden {display: none;}
	
	p {margin: 1em 0 1em 0; padding: 0;}
	ul, ol {padding: 0; margin: 1em 0 1em 1.5em;}
	ul li {margin: 0.25em 0 0.25em 0; padding: 0 0 0 15px; background: transparent url(img/li.gif) no-repeat 0 0.5em; list-style: none; line-height: 1.5em;}
	ol li {line-height: 1.5em; margin: 0.25em 0 0.25em 0.5em;}
	
/*table with border*/
	table.blackborder {background-color: #3A3B3B;}
	table.blackborder tbody {background-color: #191A1A;}
	table.blackborder th, tr.header, td.header {background-color: #000; color: #fff; font-weight: bold;}
	tr.alt {background-color: #252525;}
	
/*position*/
	#container {width: 960px; margin: 0 auto; padding: 0;}
		#header {position: relative; background: transparent url(img/header.jpg) no-repeat 0 0; height: 97px; padding: 0; margin: 0;}
			#header a.home {position: absolute; display: block; top: 0; left: 0; width: 290px; height: 97px;}
		
		#menuline {padding: 0; margin: 0; width: 960px; height: 243px;}
			#banner {float: right; width: 670px; height: 243px; background: transparent url(img/banner.jpg) no-repeat 0 0;}
		
		#body {margin: 0; padding: 0; width: 960px; clear: both; border-top: 1px solid #3a3b3b; border-bottom: 1px solid #3a3b3b;}
			#left {float: left; width: 270px; padding: 0 0 20px 20px;}
				#left h2 {text-transform: uppercase; font-size: 133%; background-color: #191a1a; border-right: 1px solid #000; margin: 20px 0 2em 0; padding: 5px 0 5px 20px; color: #fff;}
				#left div {padding: 0 20px 0 0;}
			#right {float: right; width: 600px; padding: 20px 35px 35px 35px; background-color: #191a1a; min-height: 360px; _height: 360px;}
		
		#footer {padding: 0; margin: 0; width: 960px; background: transparent none no-repeat 0 0; clear: both; line-height: 1.3; font-size: 90%; color: #9a9999;}
			#footer .left {width: 249px; border-right: 1px solid #3a3b3b; background-color: #191a1a; padding: 30px 0 30px 40px;}
			#footer .right {width: 635px; padding: 10px 35px 0 0;}
			#footer a {color: #9a9999;}

#editor {margin: 0; padding: 10px; width: 600px; border: none; background: #191A1A none no-repeat 0 0; color: #fff;}


/* JQuery fancybox */
html, body {
    height: 100%;
}

div#fancy_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    display: none;
    z-index: 1030;
}

* html div#fancy_overlay {
    position: absolute;
    height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
    text-align: left;
}

div#fancy_loading {
    position: absolute;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    background: transparent;
    z-index: 1100;
}

div#fancy_loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url('img/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
    position: absolute;
    background-color: #FFF;
    z-index: 1030;
}

div#fancy_loading_icon {
    position: absolute;
    background: url('img/fancybox/fancy_loading.gif') no-repeat;
    z-index: 1035;
    width: 16px;
    height: 16px;
}

div#fancy_outer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1090;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #BBB;
    background: #FFF;
}

div#fancy_content {
    margin: 0;
    z-index: 1100;
    position: absolute;
}

div#fancy_div {
    background: #000;
    color: #FFF;
    height: 100%;
    width: 100%;
    z-index: 1100;
}

img#fancy_img {
    position: absolute;
    top: 0;
    left: 0;
    border:0; 
    padding: 0; 
    margin: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
}

div#fancy_close {
    position: absolute;
    top: -12px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url('img/fancybox/fancy_closebox.png') top left no-repeat;
    cursor: pointer;
    z-index: 1181;
    display: none;
}

#fancy_frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

#fancy_ajax {
    width: 100%;
    height: 100%;
    overflow: auto;
}

a#fancy_left, a#fancy_right {
    position: absolute; 
    bottom: 0px; 
    height: 100%; 
    width: 35%; 
    cursor: pointer;
    z-index: 1111; 
    display: none;
    background-image: url(data:image/gif;base64,AAAA);
    outline: none;
}

a#fancy_left {
    left: 0px; 
}

a#fancy_right {
    right: 0px; 
}

body span.fancy_ico {
    position: absolute; 
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 1112; 
    cursor: pointer;
    display: block;
}

span#fancy_left_ico {
    left: -9999px;
    background: transparent url('img/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
    right: -9999px;
    background: transparent url('img/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
    left: 20px; 
}

a#fancy_right:hover span {
    right: 20px; 
}

body .fancy_bigIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

div#fancy_bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1070;
    border: 0;
    padding: 0;
    margin: 0;
}
    
body div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 1070;
    border: 0;
    padding: 0;
    margin: 0;
}

body div.fancy_bg_n {
    top: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_n.png') repeat-x;
}

body div.fancy_bg_ne {
    top: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_ne.png') no-repeat;
}

body div.fancy_bg_e {
    right: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('img/fancybox/fancy_shadow_e.png') repeat-y;
}

body div.fancy_bg_se {
    bottom: -18px;
    right: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_se.png') no-repeat;
}

body div.fancy_bg_s {
    bottom: -18px;
    width: 100%;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_s.png') repeat-x;
}

body div.fancy_bg_sw {
    bottom: -18px;
    left: -13px;
    width: 13px;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_sw.png') no-repeat;
}

body div.fancy_bg_w {
    left: -13px;
    height: 100%;
    width: 13px;
    background: transparent url('img/fancybox/fancy_shadow_w.png') repeat-y;
}

body div.fancy_bg_nw {
    top: -18px;
    left: -13px;

    width: 13px;
    height: 18px;
    background: transparent url('img/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

div#fancy_title div {
    color: #FFF;
    font: bold 12px Arial;
    padding-bottom: 3px;
}

div#fancy_title table {
    margin: 0 auto;
}

div#fancy_title table td {
    padding: 0;
    vertical-align: middle;
}

td#fancy_title_left {
    height: 32px;
    width: 15px;
    background: transparent url(img/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
    height: 32px;
    background: transparent url(img/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
    height: 32px;
    width: 15px;
    background: transparent url(img/fancybox/fancy_title_right.png) repeat-x;
}


}</pre></body></html>