@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	text-align: left;
	font-family: "宋体";
	font-size: 12px;

	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #900000;
}
td {
	font-family: "宋体";
	font-size: 13px;
	color: #333333;
}
/*链接颜色*/
a {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #900000;
	text-decoration: underline;
}
.menu {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1pt;
}
.menu:hover {
	font-family: "宋体";
	font-size: 13px;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: underline;
	letter-spacing: 1pt;
}
.link1 {
	font-family: "宋体";
	font-size: 14px;
	color: #900000;
	text-decoration: none;
}
.link1:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #900000;
	text-decoration: underline;
}
.link2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #3267db;
	text-decoration: underline;
}
.link2:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #3267db;
	text-decoration: none;
}
.link3 {
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.link3:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #900000;
	text-decoration: underline;
}
.f14-ffffff {
	font-family: "宋体";
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #FFFFFF;
}
.timefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.title1 {
	font-family: "黑体";
	font-size: 16px;
	color: #990000;
}
.f12-333333 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
/*边框*/
INPUT.text {
	BORDER-RIGHT: #888888 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #888888 1px solid;
	BACKGROUND-COLOR: #fffff9;
	PADDING-TOP: 2px;
	height:24px;
	width:90%;
}
INPUT.button {
	BORDER-RIGHT: #cccccc 2px solid;
	PADDING-RIGHT: 1em;
	BORDER-TOP: #f1f1f1 2px solid;
	PADDING-LEFT: 1em;
	FONT-SIZE: 0.9em;
	PADDING-BOTTOM: 0em;
	OVERFLOW: visible;
	BORDER-LEFT: #f1f1f1 2px solid;
	WIDTH: auto;
	CURSOR: pointer;
	COLOR: #000000;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #cccccc 2px solid;
	BACKGROUND-COLOR: #f4f4f4
}
/*背景*/
A IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}
.down {
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*文本框*/
TEXTAREA {
	BORDER-RIGHT: #888888 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 16px;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #888888 1px solid;
	BACKGROUND-COLOR: #fffffa;
	PADDING: 5px;
	LINE-HEIGHT: 20px;
	FONT-FAMILY: "Times New Roma", Times, Arial, Helvetica,sans-serif
}
TEXTAREA {
	OVERFLOW: auto;
	width:95%;
	height:300px;
}
