a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.sub_link_01 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
a.sub_link_01:link {
	text-decoration: none;
}
a.sub_link_01:visited {
	text-decoration: none;
	color: #CC0000;
}
a.sub_link_01:hover {
	text-decoration: none;
	color: #FF0000;
}
a.sub_link_01:active {
	text-decoration: none;
	color: #FF0000;
}