@charset "UTF-8";
a:link {
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #009999;
	text-decoration: underline;
}
a:hover {
	color: #641F0F;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #641F0F;
	text-decoration: underline;
}
a.special:link {
	font-weight: bold;
	color: #641F0F;
	text-decoration: none;
}
a.special:visited {
	font-weight: bold;
	color: #641F0F;
	text-decoration: none;
}
a.special:hover {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
a.special:active {
	font-weight: bold;
	color: #009999;
	text-decoration: none;
}
a.special2:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special2:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.special2:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.special2:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}