@charset "UTF-8";

.navtextPURPLE {
	font-size: 15px;
	color: #7070db;
	text-decoration: none;
}
.navtextPURPLE:hover {
	text-decoration: underline;
}
.navtextBLUE {
	font-size: 15px;
	color: #06F;
	text-decoration: none; 
}
.navtextBLUE:hover {
	text-decoration: underline;
}
.navtextTEAL {
	font-size: 15px;
	color: #096;
	text-decoration: none;
}
.navtextTEAL:hover {
	text-decoration: underline;
}
.navtextGREY {
	font-size: 14px;
	color: #033;
	text-decoration: none;
}
.navtextGREY:hover {
	text-decoration: none; border-bottom: 1px dotted; 
}
.cownavigation {
	color: #36C;
	text-decoration: none;
}
.cownavigation:hover {
	text-decoration: underline;
}
.backtotop {
	color: #999;
	text-decoration: none;
	font-size: 12px;
}
.backtotop:hover {
	color: #666;
}
.SMALLnavtextBLUE {
	color: #06F;
	text-decoration: none;
}
.SMALLnavtextBLUE:hover {
	color: #009;
	border-bottom: 1px dotted;
}