/* 字体属性 [定义规则，小写f加属性名称] */
.fb {	font-weight: bold;}
.fi {	font-style: italic;}

/* 字体大小*/
.f12px { font-size:12px;}
.f14px { font-size:14px;}

/* 其他属性 */
.left { float: left;}
.right { float: right;}
.clear { clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a	{text-decoration: none;}
.noborder {border:none;	}

/*黑色字体*/
.black{
	font-family: 宋体;
	color: #333;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding-left:2px
}
.black14{
	font-family: 宋体;
	color: #333;
	letter-spacing: normal;
	font-size: 14px;
	text-align: left;
	font-weihgt:bolder;
}
.black14 a:hover {
	text-decoration: underline;
}
.blackright{
	font-family: 宋体;
	color: #333;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	padding-right:5px;
}
/*白色字体*/
.white {font-family: 宋体;color: #FFF;letter-spacing: normal;font-size: 12px;line-height: 20px;	font-weight: normal;
}
.white12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 20px;
}
.white12_menu {
	font-family: 宋体;
	color: #FFFFFF;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 20px;

}

a:link.white12_menu  {color:#FFFFFF; text-decortation:none;}
a:visited .white12_menu{color:##FFEC08; text-decortation:none;}
a:hover.white12_menu  {color:#FFEC08; text-decoration:none;}
a:active.white12_menu  {color:#FFEC08; text-decortation:none;} 


.white14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: normal;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
}
.white14 a:link {color:#ffffff; text-decortation:none;}
.white14 a:visited {color:#fff; text-decortation:none;}
.white14 a:hover {color:#ffffff; text-decoration:none;}
.white14 a:active {color:#ffffff; text-decortation:none;} 
/*蓝色字体*/
.blue {font-family: 宋体;
	font-size: 12px;
	font-weight: normal;
	color: #005BB7;
	text-align: left;
}
.blue14 {font-family: 宋体;
	font-size: 14px;
	font-weight: normal;
	color: #005BB7;
	font-weight: bolder;
	padding-left:5px;
}
.blue a:link {color:#ff0000; text-decortation:none;}
.blue a:visited {color:#ff0000; text-decortation:none;}
.blue a:hover {color:#ff0000; text-decoration:none;}
.blue a:active {color:#005BB7; text-decortation:none;} 

/*深红色字体*/
.carmine{
	font-family:宋体;
	color:#9D2626;
	font-size:12px;
	}
.carmine12{font-family:宋体;
	color:#9D2626;
	font-size:12px;
	font-weight:bolder;
	padding:1px}
.carmine14{font-family:宋体;
	color:#9D2626;
	font-size:14px;
	font-weight:bolder;
	padding-left:5px
	text-align: left;
	}		
.carmine  a:link,.carmine12 a:link {color:#9D2626; text-decortation:none;}
.carmine a:visited,.carmine12 a:visited {color:#9D2626; text-decortation:none;}
.carmine a:hover ,.carmine12 a:hover {color:#ff0000; text-decoration:none;}
.carmine a:active,.carmine12 a:active  {color:#9D2626; text-decortation:none;} 


/*红色字体*/
.red{
	font-family:宋体;
	color:red;
	font-weight: normal;
	font-size:12px
}
.red12{
	font-family:宋体;
	color:red;
	font-size:12px;
	font-weight:bolder;
}
red14{
	font-family:宋体;
	color:red;
	font-size:14px;
	font-weight:bolder;
}
.white14{color:#fff;text-decoration:normal!important;margin-top:10px;padding-top:4px;font-size:14px}
a.white14{font-weight:bolder;}
a:link.white14{color:#fff}
a:visited.white14{color:#fff}
a:hover.white14{color:#FFEA00}

.info12{
	color:#666666;
	font-size:12px;
	line-height: 25px;
	text-align:left;
}
.info14{
	color:#666666;
	font-size:14px;
	line-height: 25px;
	text-align:left;
}
.info16{
	color:#666666;
	font-size:16px;
	line-height: 25px;
	text-align:left;
}
