/*常见css样式表定义*/
a:link {color:#333333; text-decoration:none;}
a:active {color:#333333; text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#cd0104; text-decoration:underline;}
tr {font-family: "宋体";font-size: 12px;line-height: 145%;text-decoration: none;}
body
{
margin:0px;
font-size: 9pt;background:url(/images/bg.gif);
background-position:center;
text-decoration: none;
scrollbar-face-color: #f6f6f6;
scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}
/*表单样式定义*/
.input_a {
	font-size: 12px;
	border: 1px solid #999999;
}
/*英文字符样式定义*/
.en_a {
	font-family: "Arial";
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
/*新闻样式列表*/
a.news:link{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a.news:active{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a.news:visited{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
a.news:hover{
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;
}
a.news_2:link {font-size: 13px;color:#006666; text-decoration:none;}
a.news_2:active {font-size: 13px;color:#006666; text-decoration:none;}
a.news_2:visited {font-size: 13px;color:#006666; text-decoration:none;}
a.news_2:hover {font-size: 13px;color:#cd0104; text-decoration:underline;}
a.news_bar:link {font-size: 13px;color: #F0F0F0;text-decoration: none;font-weight: bold;}
a.news_bar:active {font-size: 13px;color: #F0F0F0;text-decoration: none;font-weight: bold;}
a.news_bar:visited {font-size: 13px;color: #F0F0F0;text-decoration: none;font-weight: bold;}
a.news_bar:hover {font-size: 13px;color: #FF0000;text-decoration: none;font-weight: bold;}
a.news_3:link {font-size: 13px;color: #003399;text-decoration: none;}
a.news_3:active {font-size: 13px;color: #003399;text-decoration: none;}
a.news_3:visited {font-size: 13px;color: #003399;text-decoration: none;}
a.news_3:hover {font-size: 13px;color: #FF0000;text-decoration: none;}
a.news_4:link {font-size: 13px;color: #FF4D11;text-decoration: none;}
a.news_4:active {font-size: 13px;color: #FF4D11;text-decoration: none;}
a.news_4:visited {font-size: 13px;color: #FF4D11;text-decoration: none;}
a.news_4:hover {font-size: 13px;color: #FF0000;text-decoration: underline;}
a.news_5:link {font-size: 13px;color: #785027;text-decoration: none;}
a.news_5:active {font-size: 13px;color: #785027;text-decoration: none;}
a.news_5:visited {font-size: 13px;color: #785027;text-decoration: none;}
a.news_5:hover {font-size: 13px;color: #FF0000;text-decoration: underline;}
.tit {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #BC800E;
	text-decoration: none;
	font-family: "黑体";

}
.utit {
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.pcontent {
	font-size: 14px;
	line-height: 180%;
	text-decoration: none;
}
.imga {
	border: 4px solid #EBEBEB;
}
.imgb {border: 1px solid #333333;}