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

html {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	background-image: url("../images/bg_gold.jpg") !important;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #a98248;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #00063d;
}

.gold {
	color: #a98248;
}

.navy {
	color: #00063d;
}

.red {
	color: #e51937;
}

.black {
	color: #000000;
}

.purple {
	color: #61215e;
}

.teal {
	color: #00718f;
}
