
.PrevLink,.NextLink {
	font: 8pt Arial, Helvetica, sans-serif; 
/*	white-space: nowrap; */
}
.PrevLink a,.NextLink a {
/*	color: darkgreen; */
}
.PrevLink a, a.PrevLink { 
	position: relative;
	display: block;
	padding-right: 14px; 
	margin-left: 20px;
	color: #8A8686;
	background-position: right 3px; 
	background-repeat: no-repeat; 
	text-decoration: none;
}
.PrevLink a:hover, a.PrevLink:hover { 
	text-decoration: underline;
}
.NextLink a, a.NextLink { 
	position: relative;
	display: block;
	color: #8A8686;	
	padding-left: 14px; 
	background-position: left 3px; 
	background-repeat: no-repeat; 
	text-decoration: none;	
}
.NextLink a:hover, a.NextLink:hover { 
	text-decoration: underline;
}
