@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF;}   
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
padding: 0;
margin: 0;
}
fieldset, img { 
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
abbr, acronym { 
border: 0;
}
body{ font-size:12px; font-family:"宋体";}
#box{ width:1000px; height:auto; margin:0 auto;}
#center{ width:1000px; height:auto;}
#bottom{ width:1000px; height:100px; color:#8a8888; line-height:22px;}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}

.top_center a:link {
	color: #626262;
	text-decoration: none;
}
.top_center a:visited {
	text-decoration: none;
	color: #626262;
}
.top_center a:hover {
	text-decoration: underline;
	color: #626262;
}
.top_center a:active {
	text-decoration: none;
}

.aa a:link {
	color: #fff;
	text-decoration: none;
}
.aa a:visited {
	text-decoration: none;
	color: #fff;
}
.aa a:hover {
	text-decoration: underline;
	color: #fff;
}
.aa a:active {
	text-decoration: none;
}