.navlink {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

.link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}

.greylink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.greylink:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.unboldtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}