#boxFooter {
	width: 600px;
	height: auto;
	margin: 0 auto 15px;
}
.txtFooter {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 17px;
	text-align: center;
}
.txtFooter A:link {
	text-decoration: underline;
	color: #333333;
}
.txtFooter A:visited {
	text-decoration: underline;
	color: #333333;
}
.txtFooter A:hover {
	text-decoration: underline;
	color: #efd49c;
}
.txtFooter A:active {
	text-decoration: underline;
	color: #efd49c;
}
