@charset "utf-8";
/* CSS Document */

.text {
	color: #FFF;
	font: 10pt Arial, Helvetica, sans-serif;
}
.footer {
	color: #FFF;
	font: 9pt Arial, Helvetica, sans-serif;
	text-align: center;
}
.contactbg {
	background-image: url(artwork/contactbg.jpg);
	background-repeat: no-repeat;
	font: bold 12pt/24px Georgia, "Times New Roman", Times, serif;
	color: #aa8050;
	text-align: center;
	letter-spacing: -1pt;
}
.text a {
	color: #FFF;
}
.footer a {
	color: #FFF;
}
.border {
	border: thin solid #aa8050;
}
