@charset "UTF-8";
body {
	background-image: url(images/Atlantic%20Background%20image.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #E7E5D1;
}
.style1 {color: #FFFFFF}
h1 {
	color: #192B77;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #F0F0F0;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-size: 12pt;
	color: #000000;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
}

