/*
常用的5种颜色 ： 黑色、红色、蓝色、白色、灰色
---------------------------------------------
============ 菜 单 类 ========
*/
.MenuF_black_s {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_red_s {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_blue_s {
	font-size: 9pt;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_white_s {
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_grey_s {
	font-size: 9pt;
	line-height: 20px;
	color: #F0F0F0;
	text-decoration: none;
	letter-spacing:0.5pt;
}

.MenuF_black_b {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_red_b {
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_blue_b {
	font-size: 14px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_white_b {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:0.5pt;
}
.MenuF_grey_b {
	font-size: 14px;
	line-height: 20px;
	color: #F0F0F0;
	text-decoration: none;
	letter-spacing:0.5pt;
}
/*
============ 独立字体类 ========
*/
.Fonts_s {
	font-size: 9pt;
	line-height: 20px;
	color: #F0F0F0;
	text-decoration: none;
}
.black_s {
	font-size: 9pt;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.red_s {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
.selectIndex {
	font-size: 9pt;
	line-height: 20px;
	color: #BD0052;
	text-decoration: none;
}
.blue_s {
	font-size: 9pt;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
}
.white_s {
	font-size: 9pt;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.grey_s {
	font-size: 9pt;
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
}
.green_s {
	font-size:9pt;
	line-height: 20px;
	color:#009900;
	text-decoration: none;
}
.Fonts_b {
	font-size: 14px;
	line-height: 20px;
	color: #F0F0F0;
	text-decoration: none;
}
.black_b {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
}
.red_b {
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: none;
}
.blue_b {
	font-size:14px;
	line-height: 20px;
	color: #0000FF;
	text-decoration: none;
}
.white_b {
	font-size:14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.grey_b {
	font-size:14px;
	line-height: 20px;
	color: #CCCCCC;
	text-decoration: none;
}
.green_b {
	font-size:14px;
	line-height: 20px;
	color:#009900;
	text-decoration: none;
}
/*==================================标题类==============*/
.T_black_s {
	font-family: "仿宋_GB2312";
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
	color: #000000;
	line-height: 20pt;
}
.T_red_s {
	font-family: "仿宋_GB2312";
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
	color: #FF0000;
	line-height: 20pt;
}
.T_blue_s {
	font-family: "仿宋_GB2312";
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
	color: #0000FF;
	line-height: 20pt;
}
.T_white_s {
	font-family: "仿宋_GB2312";
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20pt;
}
.T_grey_s {
	font-family: "仿宋_GB2312";
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
	color: #F0F0F0;
	line-height: 20pt;
}
.T_black_b {
	font-family: "仿宋_GB2312";
	font-size: 14pt;
	font-weight: 900;
	text-decoration: none;
	color: #000000;
	line-height: 20pt;
}
.T_red_b {
	font-family: "仿宋_GB2312";
	font-size: 14pt;
	font-weight: 900;
	text-decoration: none;
	color: #FF0000;
	line-height: 20pt;
}
.T_blue_b {
	font-family: "仿宋_GB2312";
	font-size: 14pt;
	font-weight: 900;
	text-decoration: none;
	color: #0000FF;
	line-height: 20pt;
}
.T_white_b {
	font-family: "仿宋_GB2312";
	font-size: 14pt;
	font-weight: 900;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20pt;
}
.T_grey_b {
	font-family: "仿宋_GB2312";
	font-size: 14pt;
	font-weight: 900;
	text-decoration: none;
	color: #F0F0F0;
	line-height: 20pt;
}
/*
============ 文本内容类 ========
*/
.Txt_black_s {
	font-size: 12px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #000000;
}
.Txt_red_s {
	font-size: 12px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #FF0000;
}
.Txt_blue_s {
	font-size: 12px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #0000FF;
}
.Txt_white_s {
	font-size: 12px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #FFFFFF;
}
.Txt_grey_s {
	font-size: 12px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #F0F0F0;
}
.Txt_black_b {
	font-size: 14px;
	line-height: 30px;
	letter-spacing:0.5pt;
	color: #333333;
	text-decoration: none;
}
.Txt_red_b {
	font-size: 14px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #FF0000;
}
.Txt_blue_b {
	font-size: 14px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #0000FF;
}
.Txt_white_b {
	font-size: 14px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #FFFFFF;
}
.Txt_grey_b {
	font-size: 14px;
	letter-spacing:0.5pt;
	line-height: 24px;
	color: #F0F0F0;
}
/*=================输入框类============================*/
.Input_b_w_b {
	font-size: 9pt;
	height:16px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #000000;
	background-position: left;
}
.Input_b_w_e {
	font-size: 9pt;
	height:16px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #0000FF;
	background-position: left;
}
.Input_b_w_g {
	font-size: 9pt;
	height:16px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #F0F0F0;
	background-position: left;
}
.Input_b_w_r {
	font-size: 9pt;
	height:16px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #FF0000;
	background-position: left;
}
.Input_g_w_g {
	font-size: 9pt;
	height:16px;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #F0F0F0;
	background-position: left;
}
/*=================安钮类============================*/
.Btns {
	font-size: 9pt;
	line-height: 14px;
	color: #0000FF;
	cursor:hand;
}
.Btn_b_b_w {
	font-size: 9pt;
	line-height: 20px;
	text-decoration: none;
	border: 1px outset #000000;
	background-color:#000000;
	color: #FFFFFF;
	height: 20px;
	letter-spacing:2pt;
	cursor:hand;
}
.Btn_b_w_b {
	font-size: 9pt;
	line-height: 20px;
	text-decoration: none;
	border: 1px outset #000000;
	background-color:#FFFFFF;
	color: #000000;
	height: 20px;
	letter-spacing:2pt;
	cursor:hand;
}
a:link {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	line-height: 20px;
	color: #FF0000;
	text-decoration: underline;
}
 .scroll_Color_behind  /*后台滚动条颜色控制*/
{
	SCROLLBAR-FACE-COLOR:#EBEBEB;
	FONT-SIZE: 12pt; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #333333; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
 .scroll_Color_menu  /*后台menu滚动条颜色控制*/
{
	SCROLLBAR-FACE-COLOR:#EBEBEB;
	FONT-SIZE: 12pt; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #333333; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-TRACK-COLOR: #F9F9F9; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}
.smallline {
	font-size: 9pt;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.en_black_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.en_black_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.spec_s {
	font-size: 9pt;
	line-height: 20px;
	color:#009999;
	text-decoration: none;
}
.enfonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}