<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;STYLE type="text/css"&gt;
&lt;!---
TABLE.LINE { border-left:1px solid GRAY;
	border-right:1px solid GRAY;
	border-top:1px solid GRAY;
	border-bottom:1px solid GRAY;
	background-color : #FFFFFF; COLOR : #585858 ;FONT-SIZE:10PT;}


ul {list-style-type: none}
.view li {width:140px;border:1px #cccccc solid;text-align: center;float:left}
.hd {display: none; position:absolute; top:20px; left:-41px}
.hd a {display: block; width: 100%; height:100%; background-color: #32CD32}
.hd a:hover {background-color: #ff8c00}
.off {margin:0; background-color: #32CD32}
.on {position:relative; background-color: #2e8b57}
.on .hd {display: block}



ul {list-style-type: none}
.view2 li {width:140px;border:1px #cccccc solid;text-align: center;float:left}
.hd2 {display: none; position:absolute; top:20px; left:-41px}
.hd2 a {display: block; width: 100%; height:100%; background-color: ORANGE}
.hd2 a:hover {background-color: RED}
.off2 {margin:0; background-color: #3399FF}
.on2 {position:relative; background-color: GREEN}
.on2 .hd2 {display: block}


HR.TYPE1 {
height: 2px;
background-color:ORANGE;#2e8b57#ff8c00
}
HR.TYPE2 {
height: 2px;
background-color:#3399FF;
}
HR.TYPE3 {
height: 1px;
background-color:SILVER;
}
HR.TYPE4 {
height: 2px;
background-color:RED;
}


//--&gt;
&lt;/STYLE&gt;
</pre></body></html>