@charset "UTF-8";

@font-face { font-family: "Cooper Light BT"; src: url("CooperLightBT.ttf"); }
@font-face { font-family: "Copperplate Gothic Light"; src: url("CopperplateGothicLight.ttf"); }



BODY {background:#ffffff url(background.jpg) repeat}

A:link { color: #0a112d; text-decoration: underline; font-size: 14px; }
A:visited { color: #0a112d; text-decoration: underline; font-size: 14px; }
A:hover { color: #c2994c; text-decoration: none; font-size: 14px; }
A:active { color: #c2994c; text-decoration: none; font-size: 14px; }

A.nav:link { color: #bbc3da; text-decoration: none; }
A.nav:visited { color: #bbc3da; text-decoration:none; }
A.nav:hover { color: #ffffff; text-decoration:underline; }
A.nav:active { color: #ffffff; text-decoration:none; }

A.navfoot:link { color: #ffffff; text-decoration: none; }
A.navfoot:visited { color: #ffffff; text-decoration:none; }
A.navfoot:hover { color: #cdcdcd; text-decoration:underline; }
A.navfoot:active { color: #cdcdcd; text-decoration:none; }

.mainText {
	font-family: "Cooper Light BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #43484a;
	text-decoration: none;
}
.headerText {
	font-family: "Copperplate Gothic Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 18px;
	font-weight: normal;
	color: #09112c;
	text-decoration: none;
}

.footerText {
	font-family: "Cooper Light BT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 11px;
	font-weight: normal;
	color: #43484a;
	text-decoration: none;
}
