@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(images/bkgr-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #26589D;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #123379;
	text-decoration: none;
}
a {
	color: #123379;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #123379;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
