<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slideshow {
	float: left;
    position:relative;
	width: 657px;
    height:400px;
}
    
#slideshow IMG {
	position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
        
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
       
#slideshow IMG.last-active {
     z-index:9;
}

#slideright{
	float: left;
	width: 303px;
	height: 400px;
}

h2{
	clear: both;
	padding: 30px 30px 10px 20px;
	width: 900px;
}

div#information{
	float: left;
	width: 650px;
	margin: 0 0 30px 30px;
}

div#information dl{
	width: 660px;
	height: 220px;
	line-height: 1.2em;
	overflow:auto ;
}

div#information dt{
	float: left;
	width: 140px;
	padding: 10px 0;
	color: #F60;
	font-weight: bold;
	font-size: 10pt;
}

div#information dd{
	color: #333333;
	font-size: 10pt;
	line-height: 15pt;
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}

div#information a:link{ color: #000000;}
div#information a:visited{ color: #000000;}
div#information a:hover{ color: #000000;}
div#information a:active{ color: #000000;}

div#linkbox{
	margin: 0 20px;
	float: left;
	width: 200px;
	padding: 20px 20px 0 20px;
	background-color: #ededed;
}

div#linkbox ul{
	list-style: none;
}

div#linkbox ul li{
	margin: 0 0 20px 0;
}

div#link{
	clear: both;
	width: 850px;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#link ul{
	list-style: none;
}

div#link ul li{
	display: inline;
	margin: 10px;
}</pre></body></html>