﻿body {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-image: url('images/background.jpg');
}
td {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
h1{
	font-size: 18px;
	color: #0E628F;
}
h2{
	font-size: 14px;
	color: #333333;
}
.main-layer {
	background-color: #FFFFFF;
	width: 900px;
	margin: auto;
	border: 1px solid #0E3C56;
}
.header-layer {
	padding: 10px;
	height: 135px;
}
.header-menu-layer {
	position: relative;
	width: 180px;
	height: 165px;
	z-index: 1;
	left: 685px;
	top: -142px;
	background-color: #EFEFEF;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content-layer {
	margin: auto;
	padding: 10px;
}
.disclaimer-layer {
	margin: auto;
	padding: 10px;
	font-size: 10px;
	line-height: 15px;
}
.performance {
	width: 830px;
	height: 1130px;
	margin: auto;
	float: center;
	background-color: #F8F8F8;
}
.center-content {
	margin: auto;
	text-align: center;
}