body {
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top;

}
.bg {
	background-image: url(../images/css_bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
.bg-left {

	background-image: url(../images/css_bg_left.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}
.bg-right {


	background-image: url(../images/css_bg_right.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
}
td {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.left-link:link, .left-link:visited {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;

}
.left-link:hover {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;

}
.left-link-t:link, .left-link-t:visited {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #003366;
	text-decoration: none;

}
.left-link-t:hover {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;

}
.title-2 {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
.title-3 {
	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.title-2-1 {

	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}
.title-2-2 {


	font-family: "新细明体", "Arial", "细明体";
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
.submit {
	font-size: 12px;
	color: #333333;
	background-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #FFFFCC;
	height: 18px;
}
hr {
	border: 1px dotted #666666;
}
