@import url("Font.css");
@import url("Form.css");
@import url("Navgation.css");
@import url("Footer.css");

body,td,th {
	font-family: "宋体",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}
body {
	background: url(../Images/containerBg.jpg) no-repeat center top;
	margin: 0 0 30px 0;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
input, select {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
img {
	border: 0;
	text-align: center;
}
h1, h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E71A00;
}
.clearAll {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*主要内容区域*/
.layout, .otherBar {
	width: 962px;
	margin: 10px auto;
	overflow: hidden;
}
.container {
	width: 962px;
	margin: 0 auto;
	overflow: hidden;
}