/*页面背景字体及滚动条定义*/
BODY{
     background-position: center top; background-image:url('bg.gif');
     font-size: 9pt; font-family: 宋体; color: #000000;line-height: 150%
     SCROLLBAR-FACE-COLOR: #6F7A89;
     SCROLLBAR-HIGHLIGHT-COLOR: #f5f9ff; 
     SCROLLBAR-SHADOW-COLOR: #6F7A89; COLOR: #000000; 
     SCROLLBAR-3DLIGHT-COLOR: #6F7A89; 
     SCROLLBAR-ARROW-COLOR: #6F7A89; 
     SCROLLBAR-TRACK-COLOR: #ececec; FONT-FAMILY: "宋体"; 
     SCROLLBAR-DARKSHADOW-COLOR: #ffffff; background-repeat:repeat-y; 
     }
*{ padding:0; margin:0; word-break:break-all;}
ul li{ list-style:none}
.clear{ clear:both; height:0; font:0/0 Arial;}
.listmenu{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;

}
.listmenu li{
	background-color: #FFEFD5;	margin: 2px;
}
.listmenu li a{
	width: 100%;	padding-left: 40px;
	margin: 1px;
	background-color: #FFEFD5;
	color: #393939;	background: url(21.gif) no-repeat left center;
}
.listmenu li a:hover{
	width: 100%;	padding-left: 40px;
	margin: 1px;
	color: Red;
	background-color: #FFFACD;

}
.listm{
	
}
/*页面超链接定义*/
A{
     color:#000000;TEXT-DECORATION: none
     }
A:hover{
     color:#FFCC00;TEXT-DECORATION: none
     }
/*整体表格定义*/
table{
     font-size: 9pt font-family: 宋体; color: #000000; 
     line-height: 150%;
     }
/*整体单元格定义*/
td   {
     font-family: 宋体; font-size: 9pt;
     }

/*输出表单元格定义*/
.TD1
    {font-family: 宋体;font-size: 12px;line-height : 150% ;border: 1px #003366 solid; background-color:#ffffff;line-cellpadding:8; line-cellspacing:0
    } 

/*输出表标题单元格定义*/
.TD2
    {font-family: 宋体;font-size: 12px;line-height : 150% ;border: 1px #003366 solid; background-color:#F2F2F2;line-cellpadding:8; line-cellspacing:0
    } 

/*表单下拉菜单定义*/
select{
     border:1px solid #003366; font-family: 宋体; font-size: 9pt; color: #000000; 
     background-color: #F2F2F2
     }
/*表单按钮定义*/
button{
     border:1px solid #003366; font-family: 宋体; font-size: 9pt; color: #000000; 
     background-image:url('images/input.gif'); 
     text-align:center; 
     line-height:150% 
     }
