/* ===========页面文字 连接风格控制  链接颜色为橙色==========*/
body 

{ 
text-align: center; 
text-decoration:none;
margin:0; 
padding:0; 
font-family: Arial;
}

a:link
{
text-decoration: none; 
}

a:visited
{
text-decoration: none; 
}

a:active
{
text-decoration: none; 
}

a:hover 
{
color: #FEBD41;
text-decoration: none; 
}

/* ===========黑色字 无字母间距 字号11px ==========*/
.f_black {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
/* ===========黑色字 字母间距为1px 字号11px ==========*/
.f_black_ls {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
}


/* ===========黑色字 加粗 字母间距为1px 字号11px  ==========*/
.f_black_b {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
/* ===========黑色字 加粗 无字母间距 字号11px  ==========*/
.f_black_b2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}

/* ===========浅灰色字 无字母间距 字号11px  ==========*/

.f_grey {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
/* ===========深灰色字 字母间距1px 字号11px  ==========*/
.f_grey2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	letter-spacing: 1px;
}
/* ===========浅灰色字 加粗 字母间距1px  字号11px  ==========*/
.f_grey_b {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
}

/* ===========页面顶部文字 灰色 加粗 无字母间距  字号25px  ==========*/
.top_25_b {
	font-family: Arial;
	font-size: 25px;
	line-height: normal;
	color: #D0D9DF;
	font-weight: bold;
}
/* ===========内容标题文字 黑色 无字母间距  字号18px  ==========*/
.f_black_18 {
	font-family: Arial;
	font-size: 18px;
	line-height: normal;
	color: #000000;
}

/* ===========内容 次标题文字 灰色 无字母间距  字号18px  ==========*/
.f_grey_18 {
	font-family: Arial;
	font-size: 18px;
	line-height: normal;
	color: #999999;
}


/* ===========白色字 加粗 字号11px  ==========*/
.f_white_b {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
}
/* ===========橙色字 加粗 字母间距1px 字号11px  ==========*/
.f_orange {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	letter-spacing: 1px;
}

/* ===========文字前黑点  字母间距1px 字号11px  ==========*/
.f_song
{
font-family: "宋体";
font-size: 12px;
text-decoration: none; 
color:#000000;
}

/* ===========下划线文字及链接控制 黑色 无字母间距 字号11px 连接颜色：黑色 ==========*/
.underline 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.underline:link
{
text-decoration: underline; 
}

a.underline:visited
{
text-decoration: underline; 
}

a.underline:active
{
text-decoration: underline; 
}

a.underline:hover 
{
color: #000000;
text-decoration: underline; 
}

.purple01_b {
	font-family: Arial;
	font-size: 11px;
	color: #9966CC;
	text-decoration: none;
	font-weight: bolder;
}
