/* CSS Document */
body{
margin:0px auto;}

.hei{
color:#333333;
font-family:"ÐÂËÎÌå";
font-size:12px;
line-height:18px
}


#top a{
	display: block;
	float: left;
	width: 167px;
	height: 20px;
	padding-top:10px;
	background-image:url(../images/botton.gif);
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size:12px;
}
#top a:hover{
	background-image:url(../images/btn.gif);
	color: #ffffff;
	font-size:12px;	
}

.right{
border-right-color:#CCCCCC;
border-right-style:solid;
border-right-width:1px;}
.bottom1{
border-bottom-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;}
.bottom{
border-bottom-color:#CCCCCC;
border-bottom-style:dashed;
border-bottom-width:1px;}





a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}