<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
 * { margin: 0; padding: 0; }
body {
	text-align:center; /* horizontal centering for IE Win quirks */
 background-color:#000000;
 color:#cccccc;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;

}

a {
 color:#999999;
	text-decoration: none;
	
}
a:visited {
 color:#999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
 color:  #ff6600;
}
a:active {
 color:#999999;
	text-decoration: none;
}
a {
 color:#999999;
	text-decoration: none;
}
h1 {
 color: #cccccc;
	font-size: 20px;
}


#header {
	text-align: center;
	margin-top: 25px;
}
/* BEGIN style8 */
 #navlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}
#navlist a {
	font-size: 12px;
 color: #999999;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	line-height: 12px;
	font-weight: normal;
	margin: 0 10px 4px 10px;
	text-decoration: none;
 color: #999999;
	font-size: 12px;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	padding-bottom: 2px;
	background: transparent;
 color: #ff6600;
}
#navlist a:hover {
 color: #ff6600;
}
/* END style8 */
--&gt;
th, td {
	margin: 3px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* toggle */
.hidden {
	display: none;
}
.show {
	display: block;
}
.selected {
	font-weight: bold;
}
#info {
	
	margin-left: auto;
	width: 150px;
	margin-right: auto;
	clear: both;
}
#info a, a:visited{
	color: transparent;
	text-decoration: none;
}
#home{
	float: left;
	height: 24px;
	width: 24px;
	margin-left: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#home a, a:visited{
	color: transparent;
	text-decoration: none;
}
.topnav { 
 	font-size: 0.9em;
  color: #666;
 	background-color: transparent;
 	padding: 0.3em;
}
.topnav a{ 
 	font-size: 0.85em;
  color: #000;
 	padding: 0.3em;
}
.topnav a:hover{ 
 	font-size: 0.85em;
  color: #F60;
 	padding: 0.3em;
}

#maincontent {
	min-width: 1032px;
	background: transparent;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

.container {
 width: 990px;
 margin: 15px auto;
position: relative;	  
}	

.item {
color: #cccccc;
width: 167px;
height: 190px;
padding: 5px;
display: inline;
float: left;

}   
.item img {
padding: 3px;
border: 1px solid #ffffff;
	}
                     

.paginator-controls {
min-width:          250px;
margin:         20px auto;
text-align:     center;
}
.paginator-controls .previous,
.paginator-controls .next,
.paginator-controls .pages {
display:        inline;
}

.paginator-controls .previous,
.paginator-controls .next,
.paginator-controls .pages span {
border:         solid 1px #ccc;
cursor:         pointer;
font:           bold 12px Arial, sans-serif;
margin:         0 4px;
padding:        2px 4px;
background-image: none;
background-repeat: repeat-x;
background-position: 0 0;
color: #666666;
}
            
.paginator-controls .disabled {
color:          #ccc;
cursor:         default;
}

.paginator-controls .hovered {
background-image: url(icons/sprite.png);
background-position: 0px -1300px;
}

.paginator-controls .pages .selected {
background-image: url(icons/sprite.png);
background-repeat: repeat-x;
background-position: 0px -1400px;
border-color:   #000;
color:          #ffffff;
}
				  
.slider {
position:       absolute;
right:          -30px;
top:            25px;
background:     url(slider-bg.gif) 9px 0 no-repeat;
width:          30px;
height:         240px;
}

.slider div {
    width:          29px;
    height:         28px;
    /* Fix slider image in IE6 */
    _filter:        progid:DXImageTransform.Microsoft.AlphaImageLoader(
                        src='slider-thumb.png', sizingMethod='image');
}

/* IE6 only */
.slider img { _display: none; }

.item a img {
	padding:3px;
	border:1px solid #ffffff;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}

.item a:hover img, .item a:active img {
padding:3px;
border:1px solid #ffffff;
filter:alpha(opacity=99);
-moz-opacity:0.99;
-khtml-opacity: 0.99;
opacity: 0.99;
}

.item img {
padding:5px;
border:1px solid #ffffff;

}
a img { border: none; }

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