@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial,'宋体', Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1C1B;	
	margin:0px;
	padding:0px;
	background-color:#CCCCCC;
	color:#333333;
}
td{
	font-family: Arial,'宋体', Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1C1B;	
}
a {
	font-size: 12px;
	color: #1A1C1B;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover {
	color:#FF6300;
	text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration: none;
}
.logo{
background-image:url(../images/logo.jpg);
height:152px;
background-repeat:no-repeat;
width:899px;
}
.dot{
background-image:url(../images/dot.gif);
height:4px;
background-repeat:repeat-x;
}

.left_bg{
background-color:#F3F9EF;
}.footer_bg {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
}
.dot_line {
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-x;
}

