/* 全局样式开始 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	color:#000000;
}
body,td {
	font-size: 14px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.line_height_120 {
	line-height:120%;
}
.line_height {
	line-height:150%;
}
.f_red	{
	color:red;
}
.font_red	{
	color:red;
}
.b{
	font-weight:bold;
}
.f_blue {
	color:#013299;
}
.f_black {
	color:#111111;
}
.f_12px {
	font-size:12px;
}
.f_16px {
	font-size:16px;
}
/* 字体样式结束 */


/* 背景样式开始 */
.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_center {
	background-repeat: repeat-y;
	background-position: center center;
}
.bg_y_right {
	background-repeat: repeat-y;
	background-position: right top;
}
/* 背景样式结束 */


/* 链接样式开始 */
a:active,a:link,a:visited {
	color: #010101;
	TEXT-DECORATION: none;
}
a:hover {
	color: #FF6600;
	TEXT-DECORATION: underline;
}
a.blue:active,a.blue:link,a.blue:visited {
	color: #013299;
	TEXT-DECORATION: none;
}
a.blue:hover {
	color: #013299;
	TEXT-DECORATION: underline;
}
/* 链接样式结束 */

/* 表单样式开始 */
.form_Input {
	border: 1px solid #A5ACB2;
	behavior:url(#default#savehistory);
}
/* 表单样式结束 */


.table_border {
	border: 1px solid #E8E8E8;
}