.orange {
	font-family: "宋体";
	font-size: 12px;
	color: #ff6600;
}
.std_black {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
}
.std_white {
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 12px;
}

.title {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.left_bar_lev_1 {
	font-family: "宋体";
	font-size: 14px;
	color: #EFEFEF;
	font-weight: bold;
}


.orange_en {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #ff6600;
}
.std_black_en {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	line-height: 20px;
}

.std_white_en {
	color: #FFFFFF;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
}

.head_en {
	font-family: "Courier New, Courier, monospace";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.title_en {
	font-family: "Courier New, Courier, monospace";
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.left_bar_lev_1_en {
	font-family: "Courier New, Courier, monospace";
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.left_bar_lev_2_en {
	font-family: "Courier New, Courier, monospace";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.left_bar_lev_2_en_black {
	font-family: "Courier New, Courier, monospace";
	font-size: 14px;
	color: #282828;
	font-weight: bold;
}

.left_bar_lev_2_en_white {
	font-family: "Courier New, Courier, monospace";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a.white:link   {color:#FFFFFF;   text-decoration:none}
a.white:active   {color:#FFFFFF;   text-decoration:none}
a.white:visited   {color:#FFFFFF;   text-decoration:none}
a.white:hover   {text-decoration:underline}

a.black:link   {color:#000000;   text-decoration:none}
a.black:active   {color:#000000;   text-decoration:none}
a.black:visited   {color:#000000;   text-decoration:none}
a.black:hover   {text-decoration:underline}

a.orange:link   {color:#FF6600;   text-decoration:none}
a.orange:active   {color:#FF6600;   text-decoration:none}
a.orange:visited   {color:#FF6600;   text-decoration:none}
a.orange:hover   {text-decoration:underline}

a.orange_en:link   {color:#FF6600;   text-decoration:none}
a.orange_en:active   {color:#FF6600;   text-decoration:none}
a.orange_en:visited   {color:#FF6600;   text-decoration:none}
a.orange_en:hover   {text-decoration:underline}

