.x4 { border: 1px #CCCCCC solid; background-color: #efefef}
table {font-size:9pt; text-decoration: none}
.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: 20px;
	color: #333333;
; text-decoration: none
}

.tt002 {
	font-size: 9pt;
	color: #666666;
	font-family: "??";
; text-decoration: none
}





/*====================================================================*/
/*=================================各种链接样式定义=======================*/
/*====================================================================*/

A:link /* 该属性用于定义链接文字静止格式*/ 
{
TEXT-DECORATION: none
; color: #333333
}

A:visited/* 该属性用于定义已经访问过的链接文字样式*/
{
color:#333333;
text-decoration: none
}

A:hover /* 该属性用于定义鼠标移到链接文字上时样式*/
{
color:#004280; text-decoration: underline
} 


A:active/* 该属性用于定义点击链接文字样式*/
{
color:#333333; 
text-decoration:underline
}


.irstLink
{
A:link /* 该属性用于定义链接文字静止格式*/ 
{
color:#000000;
text-decoration: none 
}

A:visited/* 该属性用于定义已经访问过的链接文字样式*/
{
	text-decoration: none;
}

A:hover /* 该属性用于定义鼠标移到链接文字上时样式*/
{
color: #333333; 
text-decoration: none
} 



A:active/* 该属性用于定义点击链接文字样式*/
{
text-decoration:none
}

}
.underline9 {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
	line-height: 22px;
	font-weight: bold;
}
