/*网页全局样式开始*/
body
{
	/*body 基本样式开始*/
	margin:0;
	padding:0;
    background-color:#ffffff;
	font-size: 10.5pt; 
	color:#000000;
	font-family:verdana;
	/*body 基本样式结束*/

	/*body 扩展样式开始*/
	/*
	background-repeat: repeat-x;
	background-position: left top;
	*/
    scrollbar-face-color:#b9b9b9;	/*拖动条的表面颜色*/
    scrollbar-highlight-color:#b9b9b9;		/*亮边*/  
    scrollbar-shadow-color:#b9b9b9;		 /*暗边*/
    scrollbar-3dlight-color:#b9b9b9;
    scrollbar-darkshadow-color:#b9b9b9;
    scrollbar-arrow-color:#F0F0F0;		/*箭头颜色*/
    scrollbar-track-color:#F0F0F0;		/*拖动区域(TrackBar)颜色*/
    scrollbar-base-color:#F0F0F0;
	/*
	scrollbar-face-color:#ffffff;  
	scrollbar-highlight-color:#000;	
	scrollbar-shadow-color:#000;
	scrollbar-3dlight-color:#ffffff;  
	scrollbar-arrow-color:#000;  
	scrollbar-track-color:#ffffff;	
	scrollbar-darkshadow-color:#ffffff;
	*/
	/*body 扩展样式结束*/
}


tr {font-size:9pt;}
td { font-size: 10.5pt; line-height:20px;}
form {margin:0; padding:0;}
/*input {
	border:1;
	border-style:inset;
	background-color:#eeeeee;
	font-size: 12px;
	}

textarea {
	border:1;
	border-style:inset;
	background-color:#eeeeee;
	font-size: 12px;
	}

.buttoninput {
	border:1;
	border-style:ridge;
	background-color:#cccccc;
	font-size: 12px;
	}
*/
/*网页全局样式结束*/


/*版通类产品样式*/
.title{font-size:12pt;color:#000000;font-weight:bold}	/*文章标题样式*/
.bt_title{font-size:12pt;color:#000000;font-weight:bold}	/*文章标题样式*/
.bt_white{font-size: 9pt; text-decoration:none; color:#ffffff}	
.bt_link{font-size: 9pt; text-decoration:none; color:#000000 ; font-weight:inherit;line-height:20px; }
.bt_linkindex{font-size: 9pt; text-decoration:none; color:#666666 ;line-height:20px;}		
.bt_link25{font-size: 9pt; text-decoration:none; color:#666666 ;line-height:23px;}	/*首页、频道页栏目默认标题链接样式 小字体*/
.bt_content{font-size: 10.5pt; text-decoration:none;line-height:22px; }		/*更多、底层栏目页标题及文章正文样式 大字体*/
.bt_time {  font-size: 7pt; color: #999999;FONT-FAMILY: Verdana}	/*时间显示样式*/
.bt_date {  font-size: 7pt; color: #999999;FONT-FAMILY: Verdana}	/*时间显示样式*/
.bt_more {  font-size: 9pt; color: #000000; text-decoration: none}	/*更多显示样式*/
.bt_more_red {  font-size: 9pt; color: #ff0000; text-decoration: none}
.bt_more_blue {  font-size: 9pt; color: #0066FF; text-decoration: none}	
.bt_report_title{  font-size: 10.5pt; color: #000000}
/*版通类产品样式*/

/*超链接样式开始 可自行扩展*/
a.white { text-decoration: none; color:#ffffff;}
a.white:hover { color:#ffffff;text-decoration:none;}

a.bt_more { text-decoration: none; color:#000000;}
a.bt_more:hover { text-decoration: none; color:#000000;}

a { text-decoration: none; color:#000000;}
a:hover { color:#ff0000;text-decoration:none;}
/*超链接样式结束*/

/*自定义样式开始*/
/*
	全边框
*/
.border{border:1px solid #E6E6E6;}
/*
	上、左、右 三面边框
*/
.border-tlr{border:1px solid #E6E6E6; border-bottom:none;}
/*
	左右两边边框
*/
.border-lr{border-left:1px solid #E6E6E6; border-right:1px solid #E6E6E6;}
/*
	左、右、下 三面边框
*/
.border-lrb{border:1px solid #E6E6E6; border-top:none;}


/*自定义样式结束*/