/************************************************/
/* Styles										*/
/************************************************/	

table.resultsNav {
	width:				100%;
	background-color:	rgb(106, 174, 206);
	border:				0px solid green;
}

table.resultsNav td {
}

table.resultsNav form {
	margin:			0px;
}

table.resultsNav td.prevBtn {
	width:			10%;
	text-align:		center;
}

table.resultsNav td.nextBtn {
	width:			10%;
	text-align:		center;
}

table.resultsNav td.resutlsNavLeft {
	width:			25%;
}

table.resultsNav td.resutlsNavRight{
	width:			25%;
	text-align:		right;
}

table.resultsNav td.jumpLinks {
	text-align:		center;
	color:			rgb(187, 90, 58);
}

table.resultsNav td.jumpLinks a:link {
	color:			rgb(70, 70, 70);
}

table.resultsNav td.jumpLinks a:visited {
	color:			rgb(100, 100, 100);
}

table.resultsNav span.pageJumpLink {
	padding-left:	.2em;
	padding-right:	.2em;
}

