/* CSS Document */
.wrapper {
	position: relative;
	height: auto;
	width: 890px;
	z-index: 1;
	border: thin none;
	margin-left: -450px;
	visibility: visible;
}

body {
	background-color: #3E83C4;
}
.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #18489D;
	font-weight:bold;
}

.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #18489D;
	font-weight:bold;
	line-height: 18px; 
}

.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #09347F;
}

.spreadtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #18489D;
	font-weight:bold;
	line-height: 24px;
	}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #18489D;
	font-weight: bold;
}

a:link {
	color: #18489D;
	text-decoration: underline;
}
a:visited {
	color: #18489D;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFCC66;
	text-decoration: underline;
}

