﻿html
{SCROLLBAR-FACE-COLOR:#ffffff;/*立体滚动条凸出部分的颜色*/
SCROLLBAR-HIGHLIGHT-COLOR:#FCFAEE;/*滚动条空白部分的颜色*/
SCROLLBAR-SHADOW-COLOR:#168585;/*立体滚动条阴影的颜色*/
SCROLLBAR-ARROW-COLOR:#168585;/*上下按钮上三角箭头的颜色*/
SCROLLBAR-BASE-COLOR:#FFF0E1; /*滚动条的基本颜色*/
SCROLLBAR-DARK-SHADOW-COLOR:#ffffff; /*立体滚动条强阴影的颜色*/
}
body {margin: 0 0 0 0;
}
.fstyle1 
{font:bold 18px 標楷體,华文中宋;line-height:30px;color:#ffffff;height:30px;
	}
.fstyle2 
{font:bold 14px 標楷體,华文中宋;line-height:20px;
	}
	.fstyle3 
{font:normal 14px arial;COLOR: #808080;
	}
.h1{
	COLOR: blue; FONT-FAMILY: "Verdana","標楷體,华文中宋"; TEXT-DECORATION: none;border:0 0 0 0;
}
.h1:link {
	COLOR: blue; FONT-FAMILY: "Verdana","標楷體,华文中宋"; TEXT-DECORATION: none;border:0 0 0 0;
}
.h1:visited {
	COLOR: blue; FONT-FAMILY: "Verdana","標楷體,华文中宋"; TEXT-DECORATION: none;border-bottom:0px dotted;
}
.h1:hover {
	border-top-width:1px; border-left-width:1px; color:red; border-bottom:0px dotted; border-right-width:1px; text-decoration:none;
}
.h2{
	width:180px;COLOR: #808080; FONT: 14px 標楷體,华文中宋; TEXT-DECORATION: none;border:0 0 0 0;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
.h2:link {
	width:180px;COLOR:  #808080; FONT: 14px 標楷體,华文中宋; TEXT-DECORATION: none;border:0 0 0 0;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
.h2:visited {
	width:180px;COLOR:  #808080; FONT: 14px 標楷體,华文中宋; TEXT-DECORATION: none;border-bottom:0px dotted;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
.h2:hover {
	width:180px;border-top-width:1px; border-left-width:1px; FONT: 14px 標楷體,华文中宋; color:#66CDAA; border-bottom:0px dotted; border-right-width:1px; text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;
}
.h3{
	COLOR: #808080; FONT: bold 16px 標楷體,华文中宋; TEXT-DECORATION: none;border:0 0 0 0;
}
.h3:link {
	COLOR:  #808080; FONT: bold 16px 標楷體,华文中宋; TEXT-DECORATION: none;border:0 0 0 0;
}
.h3:visited {
	COLOR:  #808080; FONT: bold 16px 標楷體,华文中宋; TEXT-DECORATION: none;border-bottom:0px dotted;
}
.h3:hover {
	border-top-width:1px; border-left-width:1px;font-weight:normal; FONT: 14 標楷體,华文中宋; color:#66CDAA; border-bottom:0px dotted; border-right-width:1px; text-decoration:none;
}
.h4{
	COLOR: #808080; TEXT-DECORATION: none;border:0 0 0 0;
}
.h4:link {
	COLOR:  #808080; TEXT-DECORATION: none;border:0 0 0 0;
}
.h4:visited {
	COLOR:  #808080;TEXT-DECORATION: none;border-bottom:0px dotted;
}
.h4:hover {
	border-top-width:1px; border-left-width:1px;color:#66CDAA; border-bottom:1px double;border-right-width:1px; text-decoration:none;
}
.h5{
	COLOR: #808080; TEXT-DECORATION: none;border:0 0 0 0;border-bottom:1px solid;
}
.h5:link {
	COLOR:  #808080; TEXT-DECORATION: none;border:0 0 0 0;border-bottom:1px solid;
}
.h5:visited {
	COLOR:  #808080;TEXT-DECORATION: none;border-bottom:1px solid;
}
.h5:hover {
	color:#199E9B;border-top-width:1px; border-left-width:1px; border-bottom:1px solid;border-right-width:1px; text-decoration:none;
}
.h6{
	COLOR: #000000; TEXT-DECORATION: none;border:0 0 0 0;border-bottom:0px solid;
}
.h6:link {
	COLOR:  #000000; TEXT-DECORATION: none;border:0 0 0 0;border-bottom:0px solid;
}
.h6:visited {
	COLOR:  #000000;TEXT-DECORATION: none;border-bottom:0px solid;
}
.h6:hover {
	color:#FF9933;font:bold 14px 標楷體,华文中宋;border-top-width:1px; border-left-width:1px; border-bottom:1px solid;border-right-width:1px; text-decoration:none;
}
.list1 li {
	display: inline;
	list-style-type:inherit;
}
.over_div1{ 
            display: block; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            background-color: #009933; 
            /*z-index:6000;*/
            -moz-opacity: 0.3; /* FireFox */
            opacity:.30; 
            filter: alpha(opacity=30); /* IE */
        }
.top_div1{ 
    display: block; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    width: 100%; 
    z-index:6001;
}
TABLE.colorTest{      
    border-top: 1px solid #B4DBFA;       
    border-left: 1px solid #B4DBFA;       
    border-right: 0px;       
    border-bottom: 0px;
}    
.colorTest TD {      
    border-top: 1px solid #FFFFFF;       
    border-left: 1px solid #FFFFFF;       
    border-right: 1px solid #B4DBFA;       
    border-bottom: 1px solid #B4DBFA;    
} 
.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
	width: 150px;
	height:105px;
    background: url('../pic/sub-bg.png') no-repeat;
	text-align:center;
	z-index: 100;
	margin-left: 0px;
	margin-top: 10px;
	padding:0 0 0 0;
	-moz-opacity: 0.8; /* FireFox */
    opacity:.80; 
    filter: alpha(opacity=80); /* IE */
    list-style:none;	
	}
 .hovertip_target:hover {
						text-decoration: none;
					  cursor:help;
}
