@charset "utf-8";
body {
	background-color: #263971;
	font-family: "Arial Narrow";
	font-size: 16px;
}
.whiteText {
	color: #FFFFFF;
}
.headingText {
	color: #263971;
	font-size: 24px;
	text-transform: uppercase;
}
a.links:link {
	color: #263971;
	font-size: 18px;
	font-weight: bolder;
}
a.links:visited {
	color: #263971;
	font-size: 18px;
	font-weight: bolder;
}
a.links:active {
	color: #86AEFF;
	font-size: 18px;
	font-weight: bolder;
}
a.links:hover {
	color: #86AEFF;
	font-size: 18px;
	font-weight: bolder;
}
.blueText {
	color: #263971;
	font-size: 18px;
	font-weight: bolder;
}
