﻿.font12
{
	font-weight: bold;
} 
/*----------------白色字体--------------------------*/
.font12_white  
{
	font-weight: bold;
	color: White;
}
.f12_n_w
{
	color:White;	
}
.f12_b_w
{
	font-weight:bold;
	color:White;	
}
.font14_white
{
	font-size: 14px;
	font-weight: bold;
	color: White;
	padding-left: 10px;
}
.f14_b_w
{
	font-size: 14px;
	font-weight: bold;
	color: White;
}
.f14_n_w
{
	font-size: 14px;
	color: White;
}
/*----------------黑色字体----------------------------*/
.f12_b_black
{
	font-weight:bold;
	color:Black;
}
.f14_b_black
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.f12_b_black_t4
{
	font-size:12px;
	font-weight:bold;
	color:Black;
	padding-top:4px;
}
.f14_n_black
{
	font-size:14px;
	color:Black;
}
/*----------------浅灰色字体--------------------------*/
/* 12号字体 */
.f12_n_9
{
	font-weight:normal;
	color:#666666;
}
.f12_n_6
{
	font-size:12px;
	font-weight:normal;
	color:#666666;
}
.f12_b_6
{
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.f14_n_6
{
	font-size:14px;
	font-weight:normal;
	color:#666666;
}
.f14_b_6
{
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
/*----------------深灰色字体--------------------------*/
.f14_n_3
{
	font-size:14px;
	color:#333333;
}
.f14_b_3
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.f12_n_3
{
	font-size:12px;
	font-weight:normal;
	color:#333333;
}
.f12_b_3
{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/*----------------蓝色字体--------------------------*/
.f12_n_b
{
	font-size:12px;
	font-weight:normal;
	color:#003399;
}
.f12_b_b
{
	font-size:12px;
	font-weight:bold;
	color:#003399;
}
.f14_b_b
{
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.f14_n_b
{
	font-size: 14px;
	font-weight: normal;
	color: #003399;
}
.f16_b_b
{
	font-size: 16px;
	font-weight: bold;
	color: #003399;
}
/*----------------红色字体--------------------------*/
.f12_n_r
{
	font-weight:normal;
	color:Red;
}
.f12_b_r
{
	font-weight:bold;
	color:Red;
}
.font_red
{
	color: Red;
}
.font14b_red
{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}
.f14_b_r
{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}
.f12_n_red
{
	font-weight:normal;
	color:Red;
}
/*----------------橙色字体--------------------------*/
.f12_b_o
{
	font-weight:bold;
	color:#ff3300;
	
}
.f12_n_o
{
	font-weight:normal;
	color:#ff3300;
	
}

.f12_n_g
{
	font-weight:normal;
	color:#a9a9a9;
}
.f14_n_o
{
	font-size: 14px;
	font-weight: normal;
	color: #ff3300;
}
.f14_b_o
{
	font-size: 14px;
	font-weight: bold;
	color: #ff3300;
}

