/* CSS Document */
.wrapper {
	position: relative;
	height: auto;
	width: 800px;
	z-index: 1;
	border: thin none;
	margin-left: -400px;
	visibility: visible;
}

body {
	background-color: #DBE6F7;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px; line-height: 28px;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; color: #FFFFFF;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #F9B104;
}
a:active {
	color: #333333;
}

a.alt:link {
	color: #ffffff;
}
a.alt:visited {
	color: #ffffff;
}
a.alt:hover {
	color: #ff0000;
}
a.alt:active {
	color: #ffffff;
}
