@charset "utf-8";
/* CSS Document */
.wrapper {
	position: relative;
	height: auto;
	width: 900px;
	z-index: 1;
	border: thin none;
	margin-left: -450px;
	visibility: visible;
}

body {
	background-image: url(images/background5.jpg);
	background-attachment: fixed;
}

.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #03325F;
}

.largetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #03325F;
}

.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #03325F;
}

a:link {
	color: #03325F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #03325F;
}
a:hover {
	text-decoration: none;
	color: #107BE5;
}
a:active {
	text-decoration: underline;
	color: #000000;
}


