
/* Fonts from old site
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h7 {
	margin-top:0;
	text-transform:initial;
}
h1 { margin-bottom:12px; }
h2 { margin-bottom:28px; }
h2 small {
	font-size:100%;
	font-weight:normal;
	color:#484848;
	text-transform:none;
}
h2 small span {
	text-transform:uppercase;
	color:#e3b33d;
}
h3 { margin-bottom:34px; }
h5 { margin-bottom:15px; }
h6 {
	margin-bottom:0;
	text-transform:none;
}

/* Gold-------------------------------------------------- */
h7 {
color: #e3b33d;
}

h2 {
font: bold 24px/24px;
color: #484848;
}

/* Override A for footer - make orange
-------------------------------------------------- */
a {
color: #d18629;
text-decoration: none;
}

