body {
	color: black;
	background-color: white;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	text-align: left;
}
p, li, li p {
	font-family: Arial, Sans-serif;
	font-size: 12pt;
	text-align: left;
}
hr {
	/*text-align: center; */
	border-style: solid; 
	border-color: black; 
	height: 1px;
	/*margin-left: -1em;
	margin-right: -1em;*/
}
h1 {
	font-family: Optima, Times New Roman, Serif;
	font-size: 18pt;
	font-weight: 900;
}
h2 {
	font-family: Optima, Times New Roman, Serif;
	font-size: 16pt;
	font-weight: 900;
}
h3 {
	font-family: Optima, Times New Roman, Serif;
	font-size: 14pt;
	font-weight: 900;
}
h4 {
	font-family: Optima, Times New Roman, Serif;
	font-size: 12pt;
	font-weight: 900;
}
.noborder {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.centre {
	text-align: center;
}
a {
	/*color: black;*/
	text-decoration: none;
	font-weight: bold;
}
/* ****************** Style for breadcrumbs ************** */
.bc {
	font-family: Arial, Sans-serif;
	font-size: 8pt;
	text-align: left;
	color: black;
	text-decoration: none;
	background-color: lightblue;
	margin-top: 2px;
	margin-bottom: 2px;
   margin-left: -1em;
   margin-right: 0em;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
   padding-left: 0.5em;
   padding-right: 0.5em;
}
div.bc {
   border: none;
   margin-left: -1em;
   margin-right: -1em;
   padding-top: 0.2em;
   padding-bottom: 0.2em;
   padding-left: 0.5em;
   padding-right: 0.5em;
   text-align: left;
   font-weight: normal;
	float: both;
	clear: none;
}
div.bc a:link, div.bc a:visited, div.bc a:active, div.bc {
   text-decoration: none;
	font-weight: normal;
}
/* ****************** Style for Table of Contents ************** */
.toc, ul.toc, ul.toc ul {
	list-style-type: disc;
}
li {
	margin-bottom: 1em;
}
li li {
	margin-bottom: 0em;
}
.note {
	font-size: 10pt;
}
/* ****************** Style for sidebar ************** */
.sidebar {
	font-family: Arial, Sans-serif;
	font-size: 8pt;
	text-align: left;
	color: black;
	text-decoration: none;
	background-color: lightblue;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	//float: left;
	//clear: both;
	width: 20em;
	//vertical-align: top;
}
/* ****************** Style for main items ************** */
.item {
	vertical-align: top;
	float: none;
	clear: none;
	border: 1px;
	border-style: solid;
	border-color: black;
	margin-left: 0em;
	//margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.mainpart {
	float: none;
}

/* ******************* Style for code block snippets ****** */
.code {
	color: black;
	background-color: lightblue;
	border-style: solid; 
	border-color: black;
	border-width: 1px;
	font-family: monospace;
	font-size: 10pt;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	width: 80%;
	white-space: normal;
	clear: both;
}

.code .line {
	clear: both;
	white-space: pre;
}

.code .output {
	font-weight: normal;
	;clear: none;
	float: left;
}

.code .user {
	font-weight: bold;
	clear: none;
	float: left;
}

.code .comment {
	font-weight: lighter;
	font-family: Arial, Sans-serif;
	font-style: italic;
	text-align: right;
	float: right;
	clear: right;
	white-space: normal;
}

