body {
	margin: 12pt 36pt 12pt 18pt;
	background-color: white;
	color: black;
	font-family: serif;
	font-size: 12pt;
	line-height: 1.44;
}

img.logo {
	float: left;
	padding: 0pt;
	margin-right: 12pt;
	border-style: none;
}

h1, h2 {font-weight: bold; font-variant: small-caps; line-height: 1;}
h1 {
	margin-bottom: 12pt;
	font-family: sans-serif; font-size: 24pt; color: #235383;
}
h2 {font-size: 18pt; margin-top: 18pt; margin-bottom: 12pt;}
h3 {font-size: 14pt; font-weight: bold; margin-top: 6pt; margin-bottom: 6pt;}
p {margin-top: 6pt; margin-bottom: 6pt;}
em {font-style; italic;}
em.h3 {font-weight: bold; font-style:normal;}

p.summary {
	float: none; width: auto;
	margin-top: -12pt; margin-bottom: 24pt;
	padding: 0pt;
	margin-left: 120pt;
	font-family: sans-serif; font-style: italic; font-size: 10pt; color: #235383;
}

a {color: #235383; text-decoration: none;}
a:hover {text-decoration: underline;}

div.shortcuts {
	font-size: smaller;
	float: right;
}
div.shortcuts a {
	margin-right: 1em;
}

div.shortcuts p {
	text-align: right;
}

div.plain {
	border-bottom: 1pt solid white; /* hack for IE */
	margin: -2pt; padding: 1pt;
	margin-left: 22%; padding-left: 2%;
	border-left: thin solid #666666;
}

div.plain p {
	text-indent: 1.5em;
	text-align: justify;
}

div.plain p:first-child, div.plain h2+p, div.plain p.person+p {
	text-indent: 0em;
}

p.item, div.plain p.item {
	text-indent: -8pt;
	margin: 0pt;
	margin-left: 2em;
}

div.margi, div.automargi {
	float: left; clear: left;
	margin-top: 12pt;
	background-color: white;
}

div.margi {
	width: 20%;
}

div.automargi {
	width: auto;
}

div.margi p, div.automargi p, div.margi h2, div.automargi h2 {
	border: thin solid white;
	text-align: right;
}

div.margi h2, div.automargi h2 {
	margin-top: 6pt;
}

div.margi a,div.automargi a {
  	background-color: #EEEEEE;
}

p.abstract {
	font-style: italic;
	line-height: 1.72;
	margin-bottom: 15pt;
}
	
p.quote, div.plain p.quote {
	text-indent: -0.6em;
	margin-top: 12pt;
	margin-bottom: 12pt;
}

p.author {
	margin-top: -9pt;
	font-size: smaller;
}

p.author span.name {
	margin-right: 24pt;
	color: #993333;
	font-variant: small-caps;
	font-size: larger;
}

p.person {
	margin-top: 18pt; margin-bottom: 12pt;
}

p.person span.name {
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #993333;
	margin-right: 24pt;
}

p.person span.title {
	font-size: 14pt;
}

div.copyright {
	width: auto; float: none; clear: both;
	padding-top: 12pt;
	font-size: 9pt;
}

div.copyright a {
	padding-right: 1em;
}

