.subheader {
	font-weight: bold;
	color: #99c;
}
.purpleBoldLink:link, .purpleBoldLink:visited {
	color: #99c;
	font-weight: bold;
	text-decoration: underline;
}
.purpleBoldLink:hover, .purpleBoldLink:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.redBoldLink:link, .redBoldLink:visited {
	color: #c03;
	font-weight: bold;
	text-decoration: underline;
}
.redBoldLink:hover, .redBoldLink:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.highlightLink:link, .highlightLink:visited {
	color: #c03;
	text-decoration: underline;
}
.highlightLink:hover, .highlightLink:active {
	color: #000;
	text-decoration: underline;
}
.subNav:link, .subNav:visited {
	color: #fff;
	text-decoration: none;
}
.subNav:hover, .subNav:active {
	color: #fff;
	text-decoration: underline;
}
.subNavOn:link, .subNavOn:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.subNavOn:hover, .subNavOn:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.subsubNav:link, .subsubNav:visited {
	color: #fff;
	margin-left: 10px;
	text-decoration: none;
}
.subsubNav:hover, .subsubNav:active {
	color: #fff;
	margin-left: 10px;
	text-decoration: underline;
}
.subsubNavOn:link, .subsubNavOn:visited {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: none;
}
.subsubNavOn:hover, .subsubNavOn:active {
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;
}

