@charset "UTF-8";
a:link {
	font-weight: bold;
	color: #8C0000;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #8B0001;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a.special:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.special:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.special2:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.special2:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.special2:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
a.special2:active {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
