@charset "iso-8859-2";
.button_s a:link {
	color: #FFF;
	text-decoration: none;
}
.button_s a:active {
	color: #FFF;
	text-decoration: none;
}
.button_s a:visited {
	color: #FFF;
	text-decoration: none;
}
.button_s a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:link {
	color: #974400;
	text-decoration: none;
}
a:active {
	color: #974400;
	text-decoration: none;
}
a:visited {
	color: #974400;
	text-decoration: none;
}
a:hover {
	color: #EC6A00;
	text-decoration: underline;
}
.td_footer a:link {
	color: #FFF;
	text-decoration: none;
}
.td_footer a:active {
	color: #FFF;
	text-decoration: none;
}
.td_footer a:visited {
	color: #933;
	text-decoration: none;
}
.td_footer a:hover {
	color: #EC6A00;
	text-decoration: underline;
}

