@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	padding-bottom: 48px;
}
div.container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 100%;
	background-color: #FFFFFF;
	min-height: 100%;
	padding-bottom: 48px;
}

div.header {
	position: absolute;
	width: 1024px;
	height: 120px;
	left: 0px;
	top: 0px;	
}
div.content {
	position: absolute;
	width: 1024px;
	height: 100%;
	left: 0px;
	top: 150px;	
}
.standard_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #eaa7c8;
}
.standard_subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #9c3588;
}
.standard_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.story_abstract {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.pdfDownload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #eaa7c8;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #9c3588;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333366;
}