@charset "utf-8";
.current {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.other {
	font-size: medium;
	color: #800000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.regularaccented {
	font-size: medium;
	font-weight: bold;
	color: #FF6600;
}
