/* 各种字体样式 */
/* 12px大小的字体 */
a.black_11_link
{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.black_11_link:hover
{
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.white_12 
{
	font-size: 12px;
	color: #FFFFFF;
}
.white_12_b
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
black_12
{
	font-size: 12px;
	color: #000000;
}
a.black_12_link
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.black_12_link:hover
{
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.blue_12
{
	font-size: 12px;
	color: #0000FF;
}
.blue_12_link
{
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
.blue_12_b
{
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;
}
.black_12_b
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.orange_12
{
	font-size: 12px;
	color: #FF8000;
}
.red_12
{
	font-size: 12px;
	color: #FF0000;
}
.red_12_b
{
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}



/* 13px大小的字体 */
.white_13 
{
	font-size: 13px;
	color: #FFFFFF;	
}
.white_13_b
{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.black_13
{
	font-size: 13px;
	color: #000000;
}
.black_13_b
{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.blue_13
{
	font-size: 13px;
	color: #0000FF;
}
.blue_13_b
{
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
}
a.blue_13_link
{
	font-size: 13px;
	color: #0000FF;
	text-decoration: none;
}
a.blue_13_link:hover
{
	font-size: 13px;
	color: #FF3300;
	text-decoration: underline;
}

.red_13
{
	font-size: 13px;
	color: #FF0000;
}
.red_13_b
{
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.gray_13
{
	font-size:13px;
	color:#5A5A5A;
}
/* 明亮蓝色 */
.dodgerBlue_13_b
{
	font-size: 13px;
	color: #0E1ADE;
	font-weight: bold;
}



/* 14px大小的字体 */
.white_14 
{
	font-size: 14px;
	color: #FFFFFF;	
}
.white_14_b
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.black_14
{
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.black_14_b
{
	font-size: 14px;
	color: #000000;	
	font-weight: bold;
}
.orange_14
{
	font-size: 14px;
	color: #FF8000;
}
a.black_14_link
{
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.black_14_link:hover
{
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.blue_14
{
	font-size: 14px;
	color: #0000FF;
}
.blue_14_b
{
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
a.blue_14_link
{
	font-size: 14px;
	color: #0000FF;
	text-decoration: none;
}
a.blue_14_link:hover
{
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}

.red_14
{
	font-size: 14px;
	color: #FF0000;
}
.red_14_b
{
	font-size: 14px;
	color: #CC0204;
	font-weight: bold;
}



/* 16px大小的字体 */
.black_16
{
	font-size: 16px;
	color: #000000;
}
.black_16_b
{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.black_16pt_b
{
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.black_16pt_b a
{
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.black_16_link
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.black_16_link:hover
{
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
a.blue_16_link
{
	font-size: 16px;
	color: #0000FF;
	text-decoration: none;
}
a.blue_16_link:hover
{
	font-size: 16px;
	color: #0000FF;
	text-decoration: underline;
}
.black_18_b
{
	font-size: 18px;
	color: #333333;
	font-family: 黑体;
}
.blue_18_link_b
{
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
