html {
	scrollbar-track-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-shadow-color:#666;
	scrollbar-highlight-color:#666;
	scrollbar-darkshadow-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#666;
}
body,table {
	background:#ffffff;
	background-color:transparent;
	color : #999999; /*文字色彩*/ 
	font-family : 細明體,sans-serif; /*文字字型*/ 
	font-size : 10pt; /*文字大小*/ 
}
.title {
	color : #999; /*文字色彩*/ 
	font-family : 細明體,sans-serif; /*文字字型*/ 
	font-size : 11pt; /*文字大小*/ 
	font-weight:bold;
}
.no {
	color : #999; /*文字色彩*/ 
	font-family : 細明體,sans-serif; /*文字字型*/ 
	font-size : 9pt; /*文字大小*/ 
}
input,select,textarea{
color : #999; /*文字色彩*/
font-size : 10pt ; /*文字大小*/
border-top : 1px dotted #666 ;/*上框*/ 
border-bottom : 1px dotted #963 ;/*下框*/ 
border-left : 1px dotted #666 ; /*左框*/
border-right : 1px dotted #963 ; /*右框*/
background-color:transparent;
}
a{
color : #999; /*文字色彩*/
font-size : 9pt ; /*文字大小*/
cursor:crosshair; 

}