body {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-family: "Lucida Grande", Arial, sans-serif;
}

h1 {
	font-size: 11pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-bottom: 0;
}

h2 {
	font-size: 10pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-top: 0;
}

h3 {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

h4 {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

h5 {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

h6 {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

p {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	text-decoration: none;
}

img {
	border: 0;
}

ol {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: -18px;
	padding-left: 40px;
}

ol li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ol p {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: -24px;
	padding-left: 40px;
}

ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul p {
	margin-top: 6px;
	margin-bottom: 6px;
}

ul ul {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 60px;
}

ul ul li {
	margin: 0;
}

a {
	color: blue;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	font-family: "Lucida Grande", Arial, sans-serif;
	text-decoration: underline;
}

sup {
	line-height: 0px;
}

sup a:link {
	padding: 3px;
	border-bottom: 1px blue dotted;
}

sup a:hover {
	padding: 3px;
	text-decoration: none;
	background-color: silver;
}

sup a:visited {
	padding: 3px;
}

hr
{
	text-decoration: none;
	border-top: 1px gray solid;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

table {
	font-size: 9pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 12pt;
	padding: 0px;
}

tr {
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

td {
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

code {
	color: black;
	font-size: 9pt;
	font-family: Verdana, Courier, sans-serif;
}

div.chapter {
	margin: 0px;
	font-size: 8pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	padding: 0px 2px 0px 8px;
}

div.chapter ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	margin-left: -24px;
	padding: 0px;
	padding-left: 36px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

div.chapter ul li {
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

table.prevnext, table.prevnext a {
	font-size: 8pt;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 11pt;
	color: blue;
	padding: 0;
	margin-bottom: 0.5em;
}

table.prevnext td {
	padding: 0px;
}

.navmenu
{
	width: 22%;
	height: auto;
	max-height: 100%;
	text-align: left;
	position: fixed;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	border-right: 1px gray dotted;
	padding: 0;
}

.navhelphome {
	font-size:8pt;
	font-weight:bold;
	background-color: #e6e6f2;
	margin: 0 0 2px;
	padding: 2px 2px 4px 4px;
	border-bottom: 1px solid silver;
}

.navhelphome a:hover {
	text-decoration: none;
}

.helpcontent {
	text-align:left;
	width: 74%;
	overflow-y: hidden;
	overflow-x: auto;
	float: left;
	margin: 0 0 0 23%;
	padding: 0;
}

.caperror {
	color: green;
}

.spellerror {
	color: red;
}


