body {
	font: 62.5% Open Sans;
	color: #000000;
	margin: 0;
	padding: 0;
	background: #000000;
}

h1, h2 {
	color: #FFFFFF;
	font-family: Open Sans;
	margin: 0px 0 0px;
}

h3, h4, h5, h6 {
	color: #FFFFFF;
	font-family: Open Sans;
	margin: 0px 0 0px;
}

h1 {
	font-size: 40pt;
	font-weight: normal;
}

h2 {
	color: #525252;
	font-size: 26pt;
	font-weight: normal;
}

h3 {
	color: #525252;
	font-size: 9pt;
	font-weight: normal;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
}

h5 {
	color: #525252;
	font-size: 12pt;
	font-weight: bold;
}

h6 {
	color: #525252;
	font-size: 10pt;
	font-weight: bold;
}


a.normal {color:#0084D5; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.normal:hover {color: #004D99; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.helpsel {color:#0084D5; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold; display: block; margin-bottom: -4px;}
a.helpsel:hover {color: #004D99; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}

a.helpnormal {color:#0084D5; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}
a.helpnormal:hover {color: #004D99; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}

a.gray {color:#858585; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold; display: block; margin-bottom: -4px;}
a.gray:hover {color: #525252; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}

a.gray2 {color:#858585; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold; display: block; margin-bottom: -4px; margin-left: 13px;}
a.gray2:hover {color: #525252; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}

a.helpsel2 {color:#0084D5; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold; display: block; margin-bottom: -4px; margin-left: 13px;}
a.helpsel2:hover {color: #004D99; text-decoration: none; font-family: Open Sans; font-size: 9pt; font-weight: bold;}

a.footer {color:#999999; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold; display: block; margin-bottom: -3px;}
a.footer:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.blue {color:#D2D2D2; text-decoration: none; font-family: Open Sans ; font-size: 8pt; font-weight: bold;}
a.blue:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.purpleselect {color:#B364C6; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.purpleselect:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.blueselect {color:#6DC2E9; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.blueselect:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.greenselect {color:#00D8CC; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.greenselect:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.yellowselect {color:#B9D709; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.yellowselect:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.pinkselect {color:#FF1769; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}
a.pinkselect:hover {color: #FFFFFF; text-decoration: none; font-family: Open Sans; font-size: 8pt; font-weight: bold;}

a.button {color:#000000; text-decoration: none; font-family: Open Sans; font-size: 10pt; font-weight: bold;}
a.button:hover {color: #000000; text-decoration: none; font-family: Open Sans; font-size: 10pt; font-weight: bold;}

p {
	margin: 10px 0;
	padding: 0;
}

blockquote {
	font-style: italic;	
}

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}

#header-container {
	height: 90px;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	color: #beffbf;
	text-align: right;
	width: 290px;
	margin: 0;
	position: absolute;
	left: 0;
	top: 20px;
}

#header h1 em{
	color: #90b874;
	font-size: small;
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
}

#header ul li {
	float: left;
	margin-right: 5px;
}

#header ul li a{
	color: #90b874;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 5px;
	text-decoration: none;
}

#header ul li a:hover {
	color: #beffbf;	
}

#container {
	width: 940px;
	margin: 0 auto;
	font-size: 1.4em;
	overflow: auto;
	padding: 90px 0 40px;
}

iframe#pdf-display {
    position: relative;
    z-index: 0;
}