body{
	margin:0px; 
	font-family:"Verdana"; 
	font-size:12px; 
	background-color:#F7F8FA; 
	line-height:20px;
}
/***定义表格内文字***/
table,td{
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
	color:#666666;
}
/***整体连接样式***/
A{
    color:#666666;
	font-size: 12px;
	text-decoration: none;
}
A:hover{
    color:#666666;
	font-size: 12px;
	text-decoration: underline;
}
/***图片样式***/
.pic{
    border-left:1px solid #DDDDDD;
    border-right:1px solid #DDDDDD;
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
}
/***页面标题***/
.title{
    font-family:Verdana;
	font-size:14px;
    font-weight:bold;
	color:#666666;
}
.title_red{
    font-family:Verdana;
	font-size:12px;
	color:#666666;
}
/***左侧产品菜单链接样式***/
.bottom_leftmenu {
    color:#000000;
	font-size: 12px;
}
.bottom_leftmenu A{
    color:#000000;
	font-size: 12px;
	text-decoration: none;
}
.bottom_leftmenu A:hover{
    color:#000000;
	font-size: 12px;
	text-decoration: underline;
}
/***左侧产品导航标题***/
.title_leftmenu {
    width: 170px;
	height: 30px;
    background: transparent url(../images/title_bg.gif) no-repeat left top;
	text-indent: 17px;
	line-height: 27px;
	font-size: 12px;
    font-weight:bold;
	color: #928A0B;
    text-decoration: none;
}
.title_leftmenu A {
	font-size: 12px;
    font-weight:bold;
	color: #928A0B;
    text-decoration: none;
}
.title_leftmenu A:hover {
	font-size: 12px;
    font-weight:bold;
	color: #ffffff;
    text-decoration: none;
}