/* CSS Document */
.nextPrevLink {
	color: #FF0000;
	text-decoration: none;
}
.nextPrevLink:hover {
	color: #FF0000;
	text-decoration: underline;
}

.arrow{
	color: #FF0000
}

.pageCountLink {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
.pageCountLink:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

.pageCountText {
	font-size:larger;
	font-weight:bold;
	color: #6B6B6B;  /* #2D5471; #006699; #FF6600; */
}

.plainText {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.pageTitleText {
	font-weight:bold;
	color: #000099;
}

.pageSeparator {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}


