.x4 { border: 1px #CCCCCC solid; background-color: #efefef}
.bt001 {
	font-family: "??";
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}


.bt002 {
	font-family:"??";
	font-size: 9pt;
	line-height: 100%;
	font-weight: bold;
	color: #333333;
}
.tt001 {
	font-family: "??";
	font-size: 9pt;
	line-height: 135%;
	color: #333333;
}

.tt002 {
	font-size: 9pt;
	color: #666666;
	font-family: "??";
}





/*====================================================================*/
/*=================================各种链接样式定义=======================*/
/*====================================================================*/

A:link /* 该属性用于定义链接文字静止格式*/ 
{
color:#333333; TEXT-DECORATION: none
}

A:visited/* 该属性用于定义已经访问过的链接文字样式*/
{
color:#333333;
text-decoration: none
}

A:hover /* 该属性用于定义鼠标移到链接文字上时样式*/
{
color: #098C44; text-decoration: underline
} 


A:active/* 该属性用于定义点击链接文字样式*/
{
color:#098C44; 
text-decoration:underline
}


.irstLink
{
A:link /* 该属性用于定义链接文字静止格式*/ 
{
color:#000000;
text-decoration: none 
}

A:visited/* 该属性用于定义已经访问过的链接文字样式*/
{
color:#000000;
text-decoration: none
}

A:hover /* 该属性用于定义鼠标移到链接文字上时样式*/
{
color: #333333; 
text-decoration: underline
} 



A:active/* 该属性用于定义点击链接文字样式*/
{
color:#333333; 
text-decoration:underline
}

}
