@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #f5f5eb;
	background-image: url('../images/background.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

body, th, td, input {
	font-family: simsun;
	font-size: 12px;
	color: #333;
}

a, a:link, a:visited {
	blr:expression(this.onFocus=this.blur());
	outline: none;
	color: #333;
	text-decoration: none;
}

a.more {
	font-family: arial;
	font-size: 10px;
	text-transform: uppercase;
}

input.button {
	padding: 3px 13px;
	cursor: pointer;
}

.menu a:hover, .menu a:actived {
	color: #cc0000;
}

#content {
	padding: 0px 0px;
}

#scontent, #scontent span {
	line-height: 120%;
}

#fa_intro, #np_intro, #sd_intro {
	line-height: 14px;
}

.bar .left{
	background-image: url('../images/barbg_left.png');
	background-position: right;
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}

.bar .right{
	background-image: url('../images/barbg_right.png');
	background-position: left;
	background-repeat: no-repeat;
	height: 31px;
	width: 32px;
}

.bar .content{
	background-image: url('../images/barbg.png');
	background-repeat: repeat-x;
	height: 31px;
	padding: 0px 3px;
	line-height: 26px;
	font-weight: bold;
	white-space: nowrap;
}

.bar span {
	font-family: small fonts;
	font-size: 7px;
	font-weight: normal;
	text-transform: uppercase;
}

.title {
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	border-bottom: 2px solid #cc0000;
	padding: 0px 5px;
}

.text {
	padding: 10px 5px;
}

.qq {
	width: 25px;
	height: 100px;
	position: fixed;
	top: 200px;
	right: 0px;
	_position: absolute;
}
