/* 全局样式开始 */
body {
	margin: 0px;
	/*color:#4C4C4C;*/
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
}
body,td {
	font-size: 12px;
}
img {
	border:0px;    max-width: 100%;
}
/* 全局样式结束 */


/* 字体样式开始 */
.eng{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.f_16{ font-size:16px;}
.white{ color:#FFFFFF;}
.255585{ color:#255585;}
.hui{ color:#999999}
.line_height_120 {
	line-height:160%;
}
.f_12{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.line_height {
	line-height:140%;
}
.f_red {
	color:red;
}
.f_2A6900 {
	color:#2A6900;
}
.f_14px {
	font-size:14px;
}
.red{ color:#F00; }
.b {
	font-weight:bold;
}
.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}
/* 字体样式结束 */


/* 背景样式开始 */
.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: #4C4C4C;
	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: #FD9A22;
	text-decoration: underline;
}
a.red:active,a.red:link,a.red:visited {
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	color: #0085C6;
	text-decoration: underline;
}
/* 链接样式结束 */

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

/* 表格样式开始 */
.table_border {
	border: 1px solid #CCC;
}
.border1{
	border: 1px solid #FFFEFF;
}
/* 表格样式结束 */

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


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