/* 全局样式开始 */
body {
	margin: 0px;
	background-color: #ffffff;
	color:#555555;
	font-size: 12px;
}
body,td {
	font-size: 12px;
	word-break:break-all;
}
img {
	border:0px;
}
/* 全局样式结束 */


/* 字体样式开始 */
.line_height_120 {
	line-height:120%;
}
.line_height {
	line-height:150%;
}
.f_red {
	color:red;
}
.f_14px {
	font-size:14px;
}
.b{
	font-weight:bold;
}
.f_AA2030 {
	color: #AA2030;
}
.f_yellow {
	color: #FF9801;
}
/* 字体样式结束 */


/* 背景样式开始 */
.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: #555555;
	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;
}
a.gory:active,a.gory:link,a.gory:visited {
	color: #555555;
	text-decoration: none;
}
a.gory:hover {
	color: #555555;
	text-decoration: underline;
}
a.black:active,a.black:link,a.black:visited {
	color: #020202;
	text-decoration: none;
}
a.black:hover {
	color: #020202;
	text-decoration: underline;
}
/* 链接样式结束 */

/* 表单样式开始 */
.form_Input {
	border: 1px solid #CCCCCC;
	padding:1px;
	behavior:url(#default#savehistory);
}
/* 表单样式结束 */

/* 表格样式开始 */
.table_border {
	border: 1px solid #C5C5C5;
}
/* 表格样式结束 */