a.link_tk:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.link_tk:visited {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_tk::hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
a.link_tk:active {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_tk_site:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a.link_tk_site:visited {
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.link_tk_site::hover {
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}
a.link_tk_site:active {
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.link_tk_img:link {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0000CC;
}

a.link_tk_img:visited {
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}
a.link_tk_img::hover {
	font-weight: normal;
	text-decoration: underline;
	color: #0000CC;
}
a.link_tk_img:active {
	font-style: normal;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
}
