/* CSS Document */
.linkNavPage {
	color: #000000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.linkNavPage:hover {
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.linkNavPageThis {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 6px;
	text-align: center;
	white-space: nowrap;
}

a.linkNavPageThis:hover {
	color: #000000;
	text-decoration: none;
}

.linkNavPageOff {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 6px;
	text-align: center;
	white-space: nowrap;
}

a.linkNavPageOff:hover {
	color: #ccccc;
	text-decoration: none;
}

