.x4 { border: 1px #CCCCCC solid; background-color: #efefef}
.bt001 {
	font-family: "宋体";
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
}


.bt002 {
	font-family:"宋体";
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	color: #00534B;
}
}
.body_text {
	FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-STYLE: normal; FONT-WEIGHT: normal; LINE-HEIGHT: 150%; TEXT-DECORATION: none
}
}

.tt002 {
	font-size: 9pt;
	color: #666666;
	line-height: 125%;
	font-family: "宋体";
}


.tt003 {
	font-size: 9pt;
	color: #666666;
	line-height: 28px;
	font-family: "宋体";
}



.tt_ZCD {
	font-size: 9pt;
	color: #666666;
	font-family: "宋体";
}



.tt_da15 {
	font-size: 10pt;
	color: #00534B;
	line-height: 20pt;
	font-family: "宋体";
}



}
.tt_en1 {
	font-family: "Arial";
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
}



.ttt_bai {
	font-size: 9pt;
	color: #ffffff;
	font-family: "Arial";
	line-height: 135%;
	a:visited #ffffff ; 
    a:link #ffffff; 
    a:active #ffffff underline;
    a:hover #ffffff; 
}


.ttt_bai A:visited
{color: #ffffff; text-decoration:none}

.ttt_bai A:link
{color: #ffffff; text-decoration:none}

.ttt_bai A:active
{color: #ffffff; text-decoration:none}

.ttt_bai A:hover
{color: #ffffff; text-decoration:underline}








/*====================================================================*/
/*=================================各种链接样式定义=======================*/
/*====================================================================*/

A:link /* 该属性用于定义链接文字静止格式*/ 
{
color:#333333; TEXT-DECORATION: none
}

A:visited/* 该属性用于定义已经访问过的链接文字样式*/
{
color:#333333;
text-decoration: none
}

A:hover /* 该属性用于定义鼠标移到链接文字上时样式*/
{
color: #00534B; text-decoration: underline
} 


A:active/* 该属性用于定义点击链接文字样式*/
{
color:#00534B; 
text-decoration:underline
}


.irstLink
{
A:link /* 该属性用于定义链接文字静止格式*/ 
{
color:#000000;
text-decoration: none 
}

