@charset "utf-8";
/* CSS Document */

a:link {
	font-family: AvantGarde;
	font-size: small;
	color: #BC943D;
	text-decoration: none;
}
a:visited {
	font-family: AvantGarde;
	font-size: small;
	color: #CD9C40;
	text-decoration: none;
}
a:hover {
	font-family: AvantGarde;
	font-size: small;
	color: #181D21;
	text-decoration: none;
}
a:active {
	font-family: AvantGarde;
	font-size: small;
	color: #181D21;
	text-decoration: none;
}
.text {
	font-family: AvantGarde;
	font-size: small;
	color: #181D21;
	text-decoration: none;
}
.headers {
	font-family: AvantGarde;
	font-size: small;
	color: #CA9D40;
	text-decoration: none;
	font-weight: bold;
}
.goldtext {
	font-family: AvantGarde;
	font-size: small;
	color: #CA9D40;
	text-decoration: none;
}
.bigtext {
	font-family: AvantGarde;
	font-size: x-large;
	font-weight: bold;
	color: #181D21;
	text-decoration: none;
}
