@charset "UTF-8";
/* CSS Document */
.footer {
	font-family: "Arial Narrow Bold", "Helvetica CondensedBold", sans-serif;
	color: #ed1c24;
	padding-left: 68px;
	background-color: #fff200;
	font-size: 12px;
	font-weight: normal;
}
.footer a:link {
	color: #ed1c24;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: none;
}
.mainHolder {
	width: 100%;
}
.footer a:visited {
	color: #ed1c24;
	text-decoration: none;
}
.footerGrey {
	color: #a49a00;
}
.footerInvis {
	color: #fff200;
}
.mainContent {
	text-align: left;
	vertical-align: middle;
	width: 100%;
	border: thin solid #333333;
}
.wrapper {
	width: 992px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
