@charset "utf-8";
a:visited {
	color: #064DA2;
	text-decoration: none;
}


a:link {
	color: #064DA2;
	text-decoration: none;
}


a:hover {
	color: #064DA2;
	text-decoration: underline;
}

.headlings {
	font-family: "Adobe Garamond Pro";
	font-size: 24px;
	color: #000;
	text-decoration: underline;
}
.bodytext {
	font-family: "Calibri";
	font-size: 17px;
	color: #000;
	font-style: normal;
}
.copyright {
	font-family: "Calibri";
	font-size: 13px;
	color: #cfdff7;
}

a {
	font-size: large;
	font-family: "MS Serif", "New York", serif;
}
a:active {
	text-decoration: none;
}
.background {
	background-image: url(images/lock.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact {
	font-family: "BankGothic Lt BT";
	color: #cfdff7;
}
.form {
	font-family: "Calibri";
	font-size: 14px;
	color: #000;
	font-style: normal;
}