a.link {
	border: 1px solid #6EB2EE;
	font-family: Arial;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	padding: 3px 8px 3px 8px;
	height: 22px;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.link_s {
	background: #FFFFFF;
	color: #509EE2;
}
a.link_s:hover {
	background: #D6F2FF;
}

a.link_active {
	cursor: default;
	background: #6EB2EE;
	color: #FFFFFF;
}

a.link_right {
	background: #FFFFFF;
	background-image: url(/img/site/right.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 16px 5px 16px;
	margin-left: 15px;
	margin-right: 1px;
	height: 26px;
	width: 34px;
}
a.link_right:hover {
	background: #D6F2FF;
	background-image: url(/img/site/right.png);
	background-repeat: no-repeat;
	background-position: center top;
}

a.link_left {
	background: #FFFFFF;
	background-image: url(/img/site/left.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px 16px 5px 16px;
	margin-right: 15px;
	height: 26px;
	width: 22px;
}
a.link_left:hover {
	background: #D6F2FF;  /* #D6F2FF; */
	background-image: url(/img/site/left.png);
	background-repeat: no-repeat;
	background-position: center top;
}