@charset "UTF-8";
.Link {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #7b7c7e;
	text-decoration: none;
}
.Txt {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #7b7c7e;
	text-decoration: none;
}
.LinkUp {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
.TxtRed {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

