@import url("header.css");    /*头部*/
@import url("maintable.css"); /*内容*/
@import url("footer.css");    /*底部*/
a {
	text-decoration: underline;
	cursor: hand;color: #154ba0;
	/*border-bottom: 1px dotted #154ba0;*/
}
a:hover {
	text-decoration: none;
}
b {
	margin: auto 3px;
}
body {
	scrollbar-face-color: #f6f6f6;scrollbar-arrow-color: #330000;
	scrollbar-track-color: #f7f7f7;scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;margin: 0px auto;text-align: center;
}
body, div, td, input, select, textarea {
	color: #333333;font-size: 12px;
	font-family: "Tahoma", "Arial", "宋体";
}
form {margin: 0px;}
textarea {overflow: auto;}
/**/
.left {
	float: left;
}
.right {
	float: right;
}
.fCenter {
	text-align: center;
}
.fLeft {
	text-align: left;
}
.fRight {
	text-align: right;
}
.m50 {
	margin: 5px 0px;
}
.none {
	display: none;
}
.w100 {
	width: 100%;
}
.f10 {
	font-size: 10px;
	font-family: "Verdana", "Arial", "sans-serif";
}
.f14 {
	font-size: 14px;
}
