#page{
	font-family: Cuprum;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: thin solid #006699;
	border-radius: 2pt;
	color: #000000;
	text-align: center;
	margin: 2px;
	float: left;
	height: 15pt;
	width: 15pt;
	padding-top: 3px;
	background-color: #FFFFFF;
}

#page:hover{
	color: #000000;
	background-color: #CCCCCC;
	margin: 2px;
}
#page_sel{
	font-family: Cuprum;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: thin solid #990000;
	border-radius: 2pt;
	color: #000000;
	text-align: center;
	margin: 2px;
	float: left;
	height: 15pt;
	width: 15pt;
	background-color: #FFFFFF;
	padding-top: 3px;
}
#page-year{
	font-family: Cuprum;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: thin solid #006699;
	border-radius: 2pt;
	color: #000000;
	text-align: center;
	margin: 2px;
	float: left;
	height: 15pt;
	width: 30pt;
	padding-top: 3px;
	background-color: #FFFFFF;
}

#page-year:hover{
	color: #000000;
	background-color: #CCCCCC;
	margin: 2px;
}
#page-year_sel{
	font-family: Cuprum;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	border: thin solid #990000;
	border-radius: 2pt;
	color: #000000;
	text-align: center;
	margin: 2px;
	float: left;
	height: 15pt;
	width: 30pt;
	background-color: #FFFFFF;
	padding-top: 3px;
}
