@charset "utf-8";
/* CSS Document */
.page{
	padding:90px 0 10px;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	clear:both;
}
.page a{
	text-decoration: none;
	color: #8698b6;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	margin-right: 3px;
	font-size: 14px;
}
.page a.active{
	background:#9acc99;
	border:1px solid #9acc99;
	color:#fff
}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#9acc99;
	border:1px solid #9acc99
}