@charset "gb2312";
/* CSS Document */

.fy {
	width: 100%;
	display: table;
	text-align: center;
	margin-top:25px;
	margin-bottom:0px;
	
}




.fy a {
	padding: 2px 7px;
	font-size: 12px;
	
	color: #808080;
	margin: 0 3px;
	border: 1px solid #ccc;
	background: #fff;
	text-decoration:none;
	border-radius: 3px;
}

.fy a:hover {
	color:#034091;
	background: #fff;
	border: 1px #034091 solid;
	text-decoration:none;
}

.fy a.nolink {
	
color: #ccc!important;
    cursor: default;
	 background: #FCFCFC!important;
	
}


.fy a.on {
	border: 1px#034091 solid;
	background-color:#034091;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	
}