@font-face {
	font-family: 'CenturyGothicBold';
	src: url('CenturyGothic-Bold.eot');
	src: local('Century Gothic Bold'), local('CenturyGothic-Bold'), url('fonts/CenturyGothic-Bold.woff') format('woff'), url('fonts/CenturyGothic-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'CenturyGothicRegular';
	src: url('CenturyGothic.eot');
	src: local('Century Gothic Regular'), local('CenturyGothic'), url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf') format('truetype');
}

BODY {
	font-size: 62.5%;
	font-family: Arial, Geneva, sans-serif;
	background-color: #b9cad4;/*#b8d6f3;*/
	color: #03267E;
}

H1 {
	font-family: "Arial Black";
	font-size: 24px;
	color: #90BADC;
	text-transform: uppercase;
}

H2 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 15px;
	color: #03267E;
}

H3 {
	font-family: Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #5A8AB1;
}
P { margin: 0px; }
A:link, A:visited { text-decoration: underline; }
A:hover { text-decoration: none; }
