.statement {
	position: relative;
	width: 450px;
	margin: 1px auto 10px auto;
	padding: 5px 10px 20px 10px;
	/*background-color: #f0f0f0;*/
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #1f1f1f;
}
 
.statement h1 {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin-top: 2.5em;
	margin-bottom: 2em;
}
 
.statement p {
	font-size: 12px;
	margin-bottom: 0.33em;
}
 
.footnote {
	margin-top: 50px;
}
 
.footnote p {
	font-size: 10px;
	text-indent:-1.2em;
}
 
p.quote {
	font-size: 10px;
	text-align: right;
	font-style:italic;
	margin: -1em 2em 2em 0;
}
span.quote {
	font-style:normal;
}
 
.ref {font-style: italic;}
