/* ------------- Corporate Paper ----------------------------------------------- */
body {
	font: 95% Arial, Helvetica, sans-serif;
}
div.holder {
	text-align: center;
	width: 100%;
}
div.corpPaper {
	position: relative;
	left: -275px;
	margin: 0 0 0 50%;
	width: 550px;
	text-align: left;
}
div.corpPaper h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
}
div.corpPaper h1 {
	border-bottom: 1px solid #666666;
	font-size: 2em;
}
div.corpPaper h2{
	font-size: 1.2em;
	font-variant: small-caps;
	color: #003300;
	margin: 0 0 1em 0;
}
div.corpPaper p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
ul {
	 margin: .5em 1em 2em 1em;
	 padding: 0 30px 0 20px;
	 _padding: 0 7.5% 0 2.5%;
	line-height: 1.3em;
}
li {
	margin: 0 0 .5em 0;
}
ul.numb {
	list-style-type: decimal;
}
div.corpPaper span.authorName {
	display: block;
	color: #840000;
	font-family: "Times New Roman", Times, serif 
}
div.corpPaper span.authorName span {
	font-style: italic;
	color: black;
}
div.corpPaper span.authorTitle {
	display: block;
	font: bold .75em Arial, Helvetica, sans-serif; 
}
div.corpPaper div.pullQuote {
	float: left; 
	width: 220px; 
	margin: .7em .5em 0 0;  
	padding: 0 0 0 1em;
	overflow: visible;
}
div.corpPaper p.pullQuoteText {
	font-weight: bold;
	font-size: 1.1em;
	color: #8A1B0C;
	line-height: 1.5em;
	text-indent: -.7em;
	margin: 1em 0 0 .3em;
}
div.corpPaper div.pullQuoteAuthor {
	font-size: .75em; 
	font-family: Arial, Helvetica, sans-serif; 
	text-indent: -12px; 
	padding: .25em 0 .25em 15px; 
	font-weight: bold; 
	margin: .25em 0 0 -10px;
	border-top: 1px solid #999;
}