a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.ContentLinks a:link {
	color: #0000FF;
	text-decoration: underline;
}
.ContentLinks a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline blink;
}
.ContentLinks a:visited {
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}
.MenuDarkText {
	color: #000000;
	text-decoration: none;
}
.MenuLightText {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuLightText:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.LabelsLightText {
	font-size: 24px;
	color: #FFFFFF;
}
.CurrentLink_LightCopy a:visited {

	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: blink;
}
.CurrentLink_LightCopy a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: blink;
}
.CurrentLink_DarkCopy a:visited {


	font-weight: bolder;
	color: #000000;
	text-decoration: blink;
}
.CurrentLink_DarkCopy a {



	font-weight: normal;
	color: #000000;
}
.LabelsDarkText {

	font-size: 24px;
	color: #000000;
}
.HiddenLink {
	color: #000000;
	text-decoration: none;
}

