body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {color: #333333; text-decoration: none;}       /* 未访问的链接 */
a:visited {color: #333333; text-decoration: none;}    /* 已访问的链接 */
a:hover {color: #E90101; text-decoration: underline;}           /* 当有鼠标悬停在链接上 */
a:active {color: #333333; text-decoration: none;}          /* 被选择的链接 */
a:link {color: #333333; text-decoration: none;}       /* 未访问的链接 */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
-->
/*<!--
body {background-image: url(../../Images/bg_all.gif);}
-->*/

/*-------------------------------------------------------------------------------------------------------
为了产生预期的效果，在 CSS 定义中，a:hover 必须位于 a:link 和 a:visited 之后
为了产生预期的效果，在 CSS 定义中，a:active 必须位于 a:hover 之后
-------------------------------------------------------------------------------------------------------*/


/*下面《中文》部分字体样式,Title为标题部分文字,Normal为普通部分文字,Footer为底部文字
-------------------------------------------------------------------------------------------------------*/
.C_Gray_8 {font-size:8px; color:#333333; }

.C_Normal_12 {font-size: 12px; color: #000000; }
.C_Normal_B_12 {font-size:12px; font-weight:bold; color:#333333; }
.C_Normal_U_12 {font-size: 12px; color: #666666; text-decoration:underline; }
.C_Footer_12 {font-size: 12px; color: #82786F; }
.C_Gray_12 {font-size: 12px; color: #9E9E9E; }
.C_Gray_B_12 {font-size: 12px; font-weight:bold; color: #9E9E9E; }
.C_Texts_12 {font-size: 12px; color: #9E9E9E; line-height:20px; }

.C_Normal_13 {font-size: 13px; color: #000000; }
.C_Normal_B_13 {font-size:13px; font-weight:bold; color:#333333; }
.C_Red_13 {font-size: 13px; color: #E90101; }
.C_Red_B_13 {font-size: 13px; color: #E90101; font-weight:bold; }
.C_Texts_13 {font-size: 13px; color: #666666; line-height:20px; }

.C_Normal_14 {font-size: 14px; color: #333333; }
.C_Normal_B_14 {font-size:14px; font-weight:bold; color:#333333; }
.C_Blue_B_14 {font-size: 14px; color: #E90101; font-weight:bold; }
.C_Blue_B_14(BF) {font-size: 14px; color: #083761; font-weight:bold; }
.C_Red_B_14 {font-size: 14px; color: #E90101; font-weight:bold; }
.C_Green_B_14 {font-size: 14px; color: #129E3D; font-weight:bold; }
.C_White_B_14 {font-size: 14px; color: #FFFFFF; font-weight:bold; }

.C_Normal_B_18 {font-size: 18px; color: #333333; font-weight:bold; }
.C_Green_B_18 {font-size: 18px; color: #129E3D; font-weight:bold; }
.C_Texts_Red_14 {font-size: 14px; color: #E90101; line-height:20px; font-weight:bold; }

.C_Normal_B_30 {font-size: 30px; color: #333333; font-weight:bold; font-family:Microsoft Yahei,Arial, Helvetica, sans-serif;}

.C_Search_Form {font-size:11px; color:#666666; }

.PageFont {background: #E90101; color: white; }


/*-----------------------------------------------------------------------------------------------------

.-cssSmFont {font-size:11px; color:#333333;}
*/