
/*************************************************
body { font-size: 9pt }
td { font-size: 9pt }
a:link { color:#020167; text-decoration: none; font-size: 9pt }
a:visit { color:#020167 }
a:visited { color:#020167 ; font-size: 9pt; text-decoration: none }
a:hover { color:#499238 }


  默认样式
.bt_title		文章标题默认样式
.bt_link		标题链接默认样式
.bt_content		文章内容默认样式
.bt_time		时间默认样式
.bt_more		更多默认样式
.btn_top		顶部小菜单按钮
*************************************************/
.bt_title{
	font-weight: bold; 
	font-size: 18px; 
	filter: Glow(Color=#000000, Strength=1) DropShadow(Color=#000000, OffX=2, OffY=1, Positive=1); 
	color: #ffffff; 
	line-height: 350%
} 
.bt_link{
	color:#666;
	text-decoration: none; 
	line-height:34px;
	font-size: 12pt
}
.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: 9pt; color: #989898; FONT-FAMILY: "", Verdana, Arial, Helvetica, sans-serif}	

.bt_more
{
	color:#000099; 
	text-decoration: none; 
	font-size: 9pt
}
.btn_top{
	text-align:center;
	vertical-align:middle;
	height:26px;
	width:80px;
	padding-top:5px;
	cursor:hand;
}
.btn_top_over{
	text-align:center;
	vertical-align:middle;
	height:26px;
	width:80px;
	background-image:url(../oawindow/images/t_bt_bg.gif);
	padding-top:5px;
	cursor:hand;
}

.border_bottom {
	border-top: 1px none #AAAAAA;
	border-right: 1px none #AAAAAA;
	border-bottom: 1px dashed #AAAAAA;
	border-left: 1px none #AAAAAA;
}
