/* 通用标签定位边距 */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* 通栏高度 */
html {
    height:100%;
}
/* 页面主体文字颜色背景 */
body {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 100%;
    background-attachment: fixed;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
/* 主体链接样式 */
a:link {
	color: #FFFFFF; text-decoration: none
}
a:visited {
	color: #FFFFFF; text-decoration: none
}
a:hover {
	color: #000000; text-decoration: none
}
a:active {
	color: #000000; text-decoration: none
}
/* 二级页内容大标题 */
.two_article1_dbt {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #554917;
	font-weight: bold;
}
/* 二级页内容标题 */
.two_article1_bt {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #554917;
	font-weight: bold;
}
/* 输入表单 */
input {
	width: 170px;
	font-size: 12px;
	color: #c90b0d;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #554917;
	background-color: #FDF4C4;
}
/* 输入表单文本域 */
.input_box {
	width: 170px;
	font-size: 12px;
	color: #c90b0d;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FDF4C4;
	border: 1px dashed #554917;
	padding: 5px;
}
/* 输入表单按钮 */
.input_button {
	width: 100px;
	font-size: 12px;
	color: #554917;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FED083;
	border: 1px solid #554917;
}
/* 表格装饰线一 */
.box td {
	border-collapse:collapse;
	border:1px solid #FED083;
	padding:5px;
}
/* 表格装饰线二 */
.box_xls td {
	border-collapse:collapse;
	border:1px solid #FED083;
	padding:1px;
}
/* 选择框 */
.list_select {
	border-collapse:collapse;
	background-color: #fef7d3;
	color: #ce0609;
}
