/* 全局样式开始 */
body {
	margin: 0px;
	color:#000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background:url("../images/bg.jpg") center 0px repeat-y;
}
body,td {
	font-size: 12px;
}
img {
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.link{padding:15px 0px 5px 0px;}
.link A{margin:0px 5px 0px 5px;color:#014da1!important;}
.eng{ font:Arial, Helvetica, sans-serif;}
.white{ color:#FFFFFF;}
.255585{ color:#255585;}
.hui{ color:#666666}
.line_height_120 { line-height:160%; }
.line_height { line-height:140%; }
.f_red { color:red; }
.f_2A6900 { color:#2A6900; }
.f_14px { font-size:14px; }
.b { font-weight:bold; }
.red{ color:#F00;}
/* 字体样式结束 */


/* 背景样式开始 */
.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: #FFFFFF;
	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;
}
.border_bottom {
	border-bottom: 1px dotted #999;
}
/* 表格样式结束 */

/* 其他样式开始 */
.hand {
	cursor: hand;
}
.top_4px {
	padding-top: 4px;
}
/* 其他样式结束 */

.change_1{ margin-left:1px;float:left;color:#FFF;background:url(../images/bj4.jpg) no-repeat;width:85px;height:23px; cursor:pointer; }
.change_2{ margin-left:1px;float:left;background:url(../images/bj5.jpg) no-repeat;width:85px;height:23px;cursor:pointer; }



.main{ width:95%;clear:both;margin:5px auto;}
.m_left{ width:100px;float:left;line-height:25px;text-align:right;}
.m_right{ float:left; }

.menu {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	border: 1px solid #cccccc;
	overflow: visible;
	line-height:150%;
}
.menu a, .menu a:visited, .menu a:active, .menu a:link {
	text-decoration: none; 
	display:block;
	width: 100px;
	height:20px; 
	color: #000000;
	background-color:#E7E7E7;
	filter:alpha(opacity=90);
	padding-left: 5px; 
}
.menu a:hover { 
	text-decoration: none; 
	display:block;
	background: #FFFFFF;
	color: #000000;
	width: 100px;
	padding-left: 5px; 
}
