body, html {
	margin: 0;
	padding: .75em;
	font-family: Times New Roman;
	font-size: 11pt;
	
}
a {
	color: blue;
}
a.e {
	padding-right: 16px;
	background-image: url(extlink.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}
blockquote {
	margin: 0;
	padding-left: 40px;
	min-height: 30px;
	background: url(quotes.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
hr {
	width: 80%;
	color: gray;
	background: gray;
	height: 1px;
	border: 0;
	margin: 1em auto;
}
h1, h2, h3, h4 {
	margin-bottom: 0;
}
ul, ol, p {
	margin: .5em 0;
}
h1 {
	margin: 0;
	font-size: 28pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 16pt;
}
h4 {
	font-size: 13pt;
}
#content {
   margin: 0;
   padding: 0;
   
}
#header {
	border-bottom: 1px solid black;	
}
#navigator, .toolbar, #menubar, #related, #footer {
   display: none;
}
#header a {
	font-size: 8pt;
	text-decoration: none;
}
.jumpmenu, .anchor_super {
	display: none;
}
.note_super {
	font-size: 7pt;
	font-weight: bold;
	vertical-align: top;
	text-decoration: none;
}
#note, #attach {
	margin: .25em 0;
	padding: .25em 0;
}
.note_hr {
	width: 50px;
	margin: 2em 0 0.5em 0;
}
#body {
	border-bottom: 1px solid black;
}
#lastmodified {
	border-top: 1px solid black;
	padding-top: 1em;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
}
.contents {
	font-size: 9pt;
	border: 1px solid black;
	width: 250px;
	margin: 10px 0 10px 20px;
	padding-top: 20px;
	background-image: url(toc-black.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.contents li {
	padding: 0;
	margin: 0;
}
span.noexists {
	background: #ddd;
}
span.noexists a {
	font-size: 7pt;
	vertical-align: top;
	text-decoration:none;

}
pre {
	font-size: 9pt;
	border: 1px solid #ddd;
	word-wrap: break-word;
	margin: 0 1em;
}
table {
	border-collapse: collapse;
	margin: 1em;
}
td {
	border: 1px solid black;
	vertical-align: top;
}