/* 全局样式开始 */
body{
	margin:0px;
	
	font-size:12px;
	font-family:"宋体";
	background-color:#C1C1C1;
}
ul{ margin:0px; padding:0px}
body,td{
	font-size:12px;
	word-break:break-all;
}
img{
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.line_height_120{
	line-height:120%;
}
.line_height{
	line-height:150%;
}

.f_white{
	color:#FFFFFF;
}
.f_18px{ font-size:18px;}
.f_14px{
	font-size:14px;
}
.f_gory
{
  color:#656565;
}
.f_hui{ color:#999999}
.f_blue{ color:#1A507E} 
.f_blue2{ color:#0090ff}
.b{
	font-weight:bold;
}
.f_hidden{display:none;}
/* 字体样式结束 */


/* 背景样式开始 */
.bg_one{
	background-repeat:no-repeat;
	background-position:center center;
}
.bg_x{
	background-repeat:repeat-x;
}
.bg_x_center{
	background-repeat:repeat-x;
	background-position:center center;
}
.bg_y{
	background-repeat:repeat-y;
}
.bg_y_center{
	background-repeat:repeat-y;
	background-position:center center;
}
/* 背景样式结束 */


/* 链接样式开始 */
a:active,a:link,a:visited{
	color:#555;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:underline;
}

a.c595959:active,a.c595959:link,a.c595959:visited{
	color:#595959;
	text-decoration:none;
}
a.c595959:hover{
	color:#595959;
	text-decoration:underline;
}

a.gory:active,a.gory:link,a.gory:visited{
	color:#656565;
	text-decoration:none;
}
a.gory:hover{
	color:#656565;
	text-decoration:underline;
}
a.black:active,a.black:link,a.black:visited{
	color:#333;
	text-decoration:none;
}
a.black:hover{
	color:#000;
	text-decoration:underline;
}
a.white:active,a.white:link,a.white:visited{
	color:#fff;
	text-decoration:none;
}
a.white:hover{
	color:#ffffff;
	text-decoration:underline;
}
a.red:active,a.red:link,a.red:visited{
	color:red;
	text-decoration:none;
}
a.red:hover{
	color:red;;
	text-decoration:underline;
}

a.navgrey:active,a.navgrey:link,a.navgrey:visited{
	color:#999999;
	text-decoration:none;
}
a.navgrey:hover{
	color:#999999;
	text-decoration:underline;
}
/* 链接样式结束 */

/* 表单样式开始 */
.form_input{
	border:1px solid #ccc;
	padding:1px;
	height:20px;
	behavior:url(#default#savehistory);
}
.form_area{
	border:1px solid #ccc;
	behavior:url(#default#savehistory);
}
.form_button{
	padding-top:2px;
	height:20px;
	border:1px solid #666;
}
/* 表单样式结束 */

/* 表格样式开始 */
.table_border{
	border:1px solid #ccc;
}
/* 表格样式结束 */

/* 其他样式开始 */
.hand{
	cursor:hand;
}
.top_4px{
	padding-top:4px;
}
.line{
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	height:1px;
}
/* 其他样式结束 */

/* 滚动条样式 */
.scroll{
	width:100%;
	height:298px;
	overflow-x:hidden;
	overflow-y:scroll;
	
	scrollbar-face-color:#BADFF8;
	scrollbar-shadow-color:#BADFF8;
	scrollbar-3dlight-color:#BADFF8;
	scrollbar-arrow-color:#BADFF8;
	scrollbar-track-color:#BADFF8;
	scrollbar-darkshadow-color:#BADFF8;
}
.nav_bg{ background:url(/images/nav_bg.jpg) left top no-repeat; width:110px; height:39px; text-align:center;}
.nav_bg a:hover{
text-decoration:none;
background:url(/images/nav_bg_h.jpg) left top no-repeat; width:110px; height:39px;display:block; line-height:39px;text-align:center;
}
.under_line{ border-bottom:1px dashed black}
.under_line_CCC{ border-bottom:1px dashed #CCC;}
.under_line_CCC a:hover{color:#0173b1;}
.under_line_B2B2B2{ border-bottom:2px solid #B2B2B2}
.padding_left30{padding-left:40px;}
.padding_right30{padding-right:30px;}
.where_bg{background:url(/images/where_bg.jpg) no-repeat;}
.border_right_CCC{ border-right:1px solid #CCC;background:url(/images/t_bg.jpg)  center 6px no-repeat; }
.left_main_title{ background:url(/images/left_title_bg.jpg) left top no-repeat; width:205px; height:42px;line-height:42px; text-align:left;padding-left:45px}
.intro_contents{ padding:5px; line-height:21px;}
.f_red{ color:#FF0000}

.blue_line{ border-bottom:2px solid #025e91}