@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	background-attachment: scroll;
	background-image: url(../images_Layout/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 196px;
	width: 870px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	background-color: #333;
	width: 850px;
	background-position: right;
	background-repeat: repeat;
	margin-left: 20px;
	margin-top: -16px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
}
#disclaimer {
	text-align: center;
}
#footer {
	background-attachment: scroll;
	background-image: url(../images_Layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	width: 850px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #333;
	margin-left: 20px;
	text-align: center;
	vertical-align: bottom;
	margin-top: -16px;
	line-height: 4px;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
body,td,th {
	color: #FFF;
}
a:link {
	color: #7E883F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #335C82;
}
a:hover {
	text-decoration: none;
	color: #AACF70;
}
a:active {
	text-decoration: none;
	color: #F1C754;
}
h1 {
	font-size: 32px;
	color: #A0BED6;
}
h2 {
	font-size: 28px;
	color: #A0BED6;
}
h3 {
	font-size: 24px;
	color: #A0BED6;
}
h4 {
	font-size: 20px;
	color: #A0BED6;
}
h5 {
	font-size: 16px;
	color: #A0BED6;
}
h6 {
	color: #A0BED6;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	color: #455817;
	font-size: 14px;
}
.captionWhite {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

