/******************************
链接字体颜色：#003399 ，鼠标移动颜色：#FF6600
色块过度蓝色：#01669A（深蓝色）——#0BA0EB（亮蓝色）
辅助深黄色：#CC6600
******************************/

/******************************
12PIX文本样式，用于所有12PIX字体页面
******************************/
.txt_12  {
font-size:12px
}
/******************************
14PIX文本样式：用于所有14PIX字体页面;14pix大小粗体文字样式
               白色14号粗体样式
******************************/
.txt_14  {
font-size:14px
}
.txt_14b  {
	font-size: 14px;
	font-weight: bold;
}
.txt_14b_wigth  {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/******************************
普通文本链接：字体12pix大小,蓝色；
              黑色链接字体；
******************************/
a.Link_12:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_12:visited {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a.Link_12:link {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
a.Link_12_black:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_12_black:visited {
	font-size: 12px;
    color: #000000;
	text-decoration: underline;
}
a.Link_12_black:link {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/******************************
14pix文本链接：蓝色，黑色，黑色粗体
******************************/
a.Link_14:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_14:visited {
	font-size: 14px;
	color: #003399;
	text-decoration: underline;
}
a.Link_14:link {
	font-size: 14px;
	color: #003399;
	text-decoration: underline;
}
a.Link_14_black:hover {
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_14_black:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a.Link_14_black:link {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
/******************************
文字分割竖线样式，大小10pix
******************************/
.line {
	font-size: 10px;
	color: #666666;
}
/******************************
页头主栏目导航部分文字链接样式，字体大小14B;导航链接反色样式，白色字体；
******************************/
a.Link_14b:link {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
}
a.Link_14b:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_14b_white:link {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Link_14b_white:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Link_14b_white:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Link_14_black_b:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.Link_14_black_b:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.Link_14_black_b:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
/*************************************
文字效果样式：光晕效果,阴影效果
*************************************/
.Filter_Glow_wight {
	filter: Glow(Color=ffffff, Strength=1);
}
.Fliter_Dropshadow_wight {
    filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);
}
/*************************************
符号样式：文字箭头样式
*************************************/
.point_txt_1 {
	font-size: 10px;
	color:#000000;
	font-family: Times;
}
/*************************************
标题类文字样式，黑体，16pix，黄色
*************************************/
.txt_title_16 {
	font-size: 16px;
	color:#FF6600;
	font-family: "黑体";
}
/*************************************
标注类文字，12pix，灰色
*************************************/
.txt_remark {
	font-size: 12px;
	color:#333333;
	line-height: 150%;
}
