.page_heading {
	font-family: Lucida,Arial,Helvetica,sans-serif;
	font-size: 20pt;
	width: 100%;
	background-color: #d0d0d0;
	color: #404040;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.page_subheading {
	font-family: Lucida,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	width: 100%;
	background-color: #e0e0e0;
	color: #404040;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

.page_footer {
	font-family: Lucida,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	width: 100%;
	padding: 0px;
	margin: 1em 1em 0px 0px;
	text-align: center;
}

.navigation {
	font-family: Lucida,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	width: 100%;
	padding: 0px;
	margin: 1em 1em 0px 0px;
	text-align: right;
}

body {
	background: #f0f0f0;
	border-width: 0px;
	font-size: 10pt;
	font-family: Nimbus Sans, Arial, sans-serif;
	text-align: top;
	vertical-align: top;
	margin-left: 5%;
	margin-right: 5%;
	font-weight: normal;
}
td {
	font-size: 10pt;
	font-family: Nimbus Sans, Arial, sans-serif;
	border-width: 0px;
	text-align: top;
	vertical-align: top;
	font-weight: normal;
}
table {
	padding: 0px;
	border-width: 0px;
	spacing: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.heading {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: solid 1px black;
	margin-left: 0;
	margin-right: 0px;
	text-align: left;
}
code {
	color: #108070;
	font-family: 'Consolas','Bitstream Vera Sans Mono','Lucida Typewriter','Lucida Mono','Andale Mono',fixed,monospace;
	font-size: 9pt;
	white-space: nowrap;
}
pre {
	color: #108070;
	font-family: 'Consolas','Bitstream Vera Sans Mono','Lucida Typewriter','Lucida Mono','Andale Mono',fixed,monospace;
	font-size: 9pt;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 100%;
	background: #e7e7e7;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}
pre b {
	color: #60a0d7;
}
.pre_comment {
	color: #80d0a0;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0px;
	text-indent: 25px;
	text-align: justify;
	font-weight: normal;
	font-size: 10pt;
}
ul {
	margin-left: 0px;
	padding-left: 1.25em;
	margin-right: 0px;
	margin-bottom: 4px;
	font-weight: normal;
	font-size: 10pt;
}
li.top {
	text-align: justify;
	width: 100%;
	margin-bottom: 4px;
	font-weight: normal;
}
li {
	text-align: justify;
	width: 100%;
	margin-bottom: 0px;
	font-weight: normal;
}
.note {
	margin-top:    4px;
	margin-bottom: 4px;
	padding: 4px;
	border: solid #404000 1px;
	background: #f7ffa0;
	text-align: justify;
	font-size: 8pt;
}
.note>code {
	font-size: 7pt;
}
.note_table {
	background: #f7ffa0;
	text-align: justify;
	font-size: 8pt;
}
.phys {
	color: #f09050;
	font-weight: bold;
}
.key {
	background:    #e7e7e7;
	border-left:   #f0f0f0;
	border-top:    #f0f0f0;
	border-right:  #e0e0e0;
	border-bottom: #e0e0e0;
	border-width:  2px;
	border-style:  outset;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
}
