/* 全局样式开始 */
body {
	margin: 0px;
	color:#000000;
	font-size: 12px;
	font-family: "宋体";
	background-image: url(/images/all_bj.jpg);
	background-repeat: repeat-x;
}
body,td {
	font-size: 12px;
}
img {
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.eng{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.white{ color:#FFFFFF;}
.blue{
	color:#2CA2C8;
	font-family: Arial;
}
.line_height_120 { line-height:160%; }
.line_height { line-height:140%; }
.f_red { color:red; }
.f_2A6900 { color:#2A6900; }
.f_14px { font-size:14px; }
.f_16px { font-size:16px; }
.f_24px { font-size:24px; }
.b { font-weight:bold; }
/* 字体样式结束 */


/* 背景样式开始 */
.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: #010101;text-decoration: none; }
a:hover { color: #FF6600;text-decoration: underline; }
a.white:active,a.white:link,a.white:visited { color: #ffffff;text-decoration: none; }
a.white:hover { color:#E6E6E6;text-decoration: underline; }
a.blue:active,a.blue:link,a.blue:visited { color: #2CA2C8;text-decoration: none; }
a.blue:hover {	color: #656565;text-decoration: underline; }
/* 链接样式结束 */

/* 表单样式开始 */
.form_input {
	border: 1px solid #ccc;
	padding:1px;
	height: 20px;
	behavior:url(#default#savehistory);
}
.form_area {
	border: 1px solid #cccccc;
	behavior: url(#default#savehistory);
}
.form_button {
	padding-top: 2px;
	height: 20px;
	border: 1px solid #666666;
}
/* 表单样式结束 */

/* 表格样式开始 */
.table_border {	border: 1px solid #E7EBEE; }
.table_border_1{border-bottom:1px dotted #ccc;height:30px;}
.table_float{ float:left;margin:5px 4px;text-align:center;display:inline; }
/* 表格样式结束 */


