@charset "gb2312";
/* CSS Document */
.link1:link {
	color: #170fbb;
	text-decoration: none;
}
.link1:visited {
	color: #170fbb;
	text-decoration: none;
}
.link1:active {
	color: #170fbb;
	text-decoration: none;
}
.link1:hover {
	color: red;
	text-decoration:none;
}
.link2:link {
	color: #000000;
	text-decoration: none;
}
.link2:visited {
	color: #000000;
	text-decoration: none;
}
.link2:active {
	color: #000000;
	text-decoration: none;
}
.link2:hover {
	color: red;
	text-decoration:none;
}

#banner
{
width:960px;
height:131px;
border-bottom:1px solid #86ab3f;
float:left;
 
}
img
{
border:0px;
}

.Peculiar_Text
{
font-size:14px;
font-weight:bold;
color:#170fbb;
float:left;
margin-right:14px;
width:35px;
height:15px;
}
.Average_font
{
font-size:12px;
color:#000000;
margin-right:12px;
width:26px;
float:left;
padding-top:1px;
height:13px;
}

.banner_Big_font
{
font-size:12px;
color:#000000;
margin-right:12px;
float:left;
}
.padding_top
{
padding-top:10px;
}
.xpadding-top
{
padding-top:5px;
}
