DIV.linker {
	text-align: right;
	clear: both;
	width: auto;
	background-color: #f9f9f9;
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
}
DIV.linker A {
	display: block;
	float: left;
	text-align: center;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	color: navy;
	font-size: 9pt;
	line-height: 20px;
}
DIV.linker A.jump {
	width: auto;
}
DIV.linker A:hover {
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
DIV.linker DIV {
	float: left;
}
DIV.linker DIV.middle {
	color: #000000;
	font-weight: bold;
	font-size: 15pt;
	height: 20px;
	line-height: 20px;
}
DIV.linker DIV.end {
	clear:both;
	float: none;
	height: 1px;
}
DIV.linker DIV.text {
	font-weight: bold;
	line-height: 20px;
	padding: 0px 10px;
}
DIV.linker A.start {
	background: transparent url(/images/linker/start.png) no-repeat center center;
}

DIV.linker A.end {
	background: transparent url(/images/linker/end.png) no-repeat center center;
}

DIV.linker A.next {
	background: transparent url(/images/linker/next.png) no-repeat center center;
}

DIV.linker A.prev {
	background: transparent url(/images/linker/prev.png) no-repeat center center;
}

