/* CSS Document *//* ---------- HEADERS ---------- */h1, h2, h3 {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-weight: normal;}/* Blue - Page Title */h1 {		font-size: 25px;	color: #2A6994;	margin: 0px 0px 13px 0px;}/* Gray - Sub Header */h2 {	font-size: 17px;	color: #818181;	line-height: 22px;	margin: 0px 0px 15px 0px;}/* Brown - Sub Header */h3 {	font-size: 17px;	color: #908260;	margin: 0px 0px 8px 0px;}/* Gray - Footer / Misc. Title */h4 {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	color: #818181;	font-weight: bold;	margin: 0px 0px 15px 0px;}.green {	color: #418738;}/* ---------- PARAGRAPHS AND GENERAL TEXT ---------- */p {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 13px;	color: #646464;	line-height: 22px;	margin: 0px 0px 20px 0px;}/* ---------- BIG HOMEPAGE HEADER ---------- */.big-gold {	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman";	font-size: 45px;	font-weight: normal;	line-height: 40px;	color: #E8D28C;}/* ---------- SMALL PRINT ---------- */.small-text {	font-family: "Lucida Grande", Helvetica, Arial;	font-size: 11px;	color: #888888;	line-height: 15px;}