/******************************
链接字体颜色：#003399 ，鼠标移动颜色：#FF6600
色块过度蓝色：#01669A（深蓝色）——#0BA0EB（亮蓝色）
辅助深黄色：#CC6600
******************************/
/*************************************
默认情况下链接样式
*************************************/	
a:visited {
	color: #003399;
}
a:link {
	color: #003399;
}
a:hover {
	color: #ff6600;
}
/******************************
12pix文字样式；12bpix文字样式；
******************************/
.txt_12  {
font-size:12px
}
.txt_12_b  {
	font-size:12px;
	font-weight: bold;
}
/******************************
14pix文字样式；14pix粗体文字；14pix白色粗体文字；
******************************/
.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_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;
}
/******************************
12pix黑色链接样式：粗体字
******************************/
a.Link_12_black_b:hover {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
a.Link_12_black_b:visited {
	font-size: 12px;
    color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.Link_12_black_b:link {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/******************************
14pix黑色字体链接样式
******************************/
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;
}
/******************************
14pix黑色字体链接样式：粗体
******************************/
a.Link_14_black_b:hover {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
a.Link_14_black_b:visited {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.Link_14_black_b:link {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/******************************
文字分割竖线样式，大小10pix
******************************/
.line {
	font-size: 10px;
	color: #666666;
}
/******************************
14pix白色字体链接样式：粗体
******************************/
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;
}
/*************************************
文字效果样式：光晕效果,阴影效果
*************************************/
.Filter_Glow_wight {
	filter: Glow(Color=ffffff, Strength=1);
}
.Fliter_Dropshadow_wight {
    filter: DropShadow(Color=ffffff, OffX=1, OffY=1, Positive=1);
	font-size: 14px;
	font-weight: bold;
}
/*************************************
符号样式：文字箭头样式
*************************************/
.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;
}
/*************************************
12pix白色字体链接样式
*************************************/	
a.Link_12_white:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.Link_12_white:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a.Link_12_white:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

