/* CSS Document */
a.first-last
{
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	display:block;
	float:left;
	margin:0px 1px;
}
a.next-prev
{
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	display:block;
	float:left;
	margin:0px 1px;
}
a.numbers
{
	color:#303718;
	text-decoration:none;
	background-color:#dcdcdc;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	display:block;
	float:left;
	margin:0px 1px;
}
a.numbers:hover
{
	color:#FFFFFF;
	background-color:#ff0000;
}
.selectedpage
{
	color:#FFFFFF;
	background-color:#be0c13;
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
	display:block;
	cursor:default;
	float:left;
}