
.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;
	background-image: url(/orvis_assets/images/greencarrot_10x10_back.gif); 
	padding-right: 14px; 
	background-position: right 3px; 
	background-repeat: no-repeat; 
}
.PrevLink a:hover, a.PrevLink:hover { 
	background-image: url(/orvis_assets/images/redcarrot_10x10_back.gif); 
}
.NextLink a, a.NextLink { 
	position: relative;
	display: block;
	background-image: url(/orvis_assets/images/greencarrot_10x10.gif); 
	padding-left: 14px; 
	background-position: left 3px; 
	background-repeat: no-repeat; 
}
.NextLink a:hover, a.NextLink:hover { 
	background-image: url(/orvis_assets/images/redcarrot_10x10.gif); 
}
