body {
	background-color: white;
	color: black;
	font-size: 12pt;
	font-family: Times,  serif;
}

#contents {
	background-color: #f0f0f0;
	border: 1px dotted #666;
	padding: 1em;
	font-family: Helvetica, sans-serif;
}

#contents h2 {
	margin: 0;
	padding: 0;
}

#contents h1, #contents h2, #contents h3 {
	background: none;
}

#footnotes li {
	font-size: 0.9em;
}

#footnoteview {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
	border: 1px solid #666;
	font-family: sans-serif;
	font-size: 0.87em;
	padding: 0;
	margin: 0;
}

#footnoteview p.fnhead {
	background: #000;
	color: #fff;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footnoteview a.fnreturn {
	display: none;
}

p,body,ul,ol,li,div,blockquote {
	font-family: Times, serif;
}

p {
	orphans: 4;
}

.noindent {
	text-indent: 0px !important;
}

div.footnote p {
	text-indent: 0px !important;
}

em em, i i, em i, i em {
	font-style: normal;
}

strong strong, b b, b strong, strong b {
	font-weight: normal;
}

.quotesource {
	margin-left: 0.5in;
	font-family: Helvetica,sans-serif;
	text-align: right;
	text-indent: 0px !important;
}

h1,h2,h3,h4,h5,.byline,.issueinfo {
	font-family: Helvetica,  sans-serif;
	font-style: normal;
	font-weight: bold;
	page-break-after: avoid;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
}

h5 {
	font-size: 12pt;
}

p.byline,p.issueinfo {
	font-style: italic;
	font-weight: normal;
	text-indent: 0px !important;
}

p.issueinfo {
	font-size: 10pt;
	text-indent: 0px !important;
}

p + p {
	/*text-indent: 4em;
	 margin:0; */
}

h1 + p, h2 + p, h3 + p {
	text-indent: 0px !important;
}

p {
	/*margin:0;*/
	 text-indent: 0px;
}

.intro, .longIntro {
	border: 1pt solid black;
	background-color: #ddd;
	margin: 12pt 0.5in;
	padding: 12pt;
}

.intro {
	float: right;
	max-width: 40%;
}

.longIntro {
	float: none;
	margin: 12pt 0;
}

a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
   font-size: 10pt;
}

.issueinfo a:link:after, 
.issueinfo a:visited:after,
.footer a:link:after,
.footer a:visited:after,
sup a:link:after,
#contents a:link:after,
a.fnmark:link:after,
.fnreturn a:link:after,
#contents a:visited:after,
a.fnmark:visited:after,
.fnreturn a:visited:after {
	content: "" !important;
}

sup {
	font-size: 50%;
}

p.kicker + h1 {
	margin-top: 4pt !important;
}

.kicker {
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	padding: 4pt;
	background-color: #000;
	text-indent: 0 !important;
}

.issueinfo + p {
	margin-top: 9pt;
	text-indent: 0px !important;
}

div.footer {
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EEEEEE;
	border: #666666;
	border-style: dotted;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-indent: 0px !important;
	margin-top: 12pt;
}

hr.footer, div.footer hr {
	display: none
}

blockquote {
	margin-left: 0.5in;
	margin-right: 0.5in;
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-indent: 0pt !important;
}

a:link {
	color: #990000
}

a:visited {
	color: #660000
}

a:active {
	color: #FF0000
}

a {
	text-decoration: none
}

div.photobox {
	width: 40%;
	margin: 10px 0 10px 20px;
	padding: 8px 12px 8px 8px;
	float: right;
	clear: right;
}

.photobox img {
	width: 100%;
	border-style: none;
	border-width: 0;
}

.photobox p {
	color: #3e3e3e;
	font: 85% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.photobox p.credit {
	font-size: 9pt;
	color: black;
	text-align: right;
}

.photowide {
	width: 55% !important;
}

