@charset "UTF-8";
a:link {
	font-weight: bold;
	color: #5D9C4B;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #5D9C4B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #355734;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #355734;
	text-decoration: underline;
}
a.special:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	font-weight: bold;
	color: #5D9C4B;
	text-decoration: underline;
}
a.special:active {
	font-weight: bold;
	color: #5D9C4B;
	text-decoration: underline;
}
