html, body  
{
	padding: 0; 
	margin: 0; 
	width: 100%; 
	height: 99.2%;
}

div#container 
{
	height: 99.2%;
	width: 100%;
	margin: 0 auto 0 auto;
}

div#content 
{
	height: 99.2%;
	float: right;
	padding: 10px;
	overflow: auto;
}

div#handle 
{
	height: 99.2%;
	float: right;
	width: 10px;
	border-right: 1px solid rgb(0,0,0);
}

div#sidebar
{
	height: 99.2%;
	float: left;
	position: fixed;
}

* html div#sidebar
{
	height: 99.2%;
	float: left;
	position: absolute;
}

div#toctitle
{
	height: 3em;
	padding: 10px 0 0 10px;
	display: block;
	position: fixed;
}

* html div#toctitle
{
	height: 3em;
	padding: 10px 0 0 10px;
	display: block;
	position: absolute;
}

div#toc
{
	margin-top: 5em;
	height: 90%;
	display: block;
	padding: 10px 10px 0 10px;
	overflow: auto;
	border-top: 1px solid rgb(0,0,0);
}

h1 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
}

h2 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
}

p 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	line-height: 14pt;
}

select 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
}

.smalltext 
{
	font-size: 8pt;
	line-height: 10pt;
}

pre 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
}

ol 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	list-style-type: lower-latin;
}

ol.lowerletter 
{
	list-style-type: lower-alpha;
}

ol.upperletter 
{
	list-style-type: upper-alpha;
}

ol.lowerroman 
{
	list-style-type: lower-roman;
}

ul 
{
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	list-style-type: disc;
}

ul.circle
{
	list-style-type: circle;
}

ul.none
{
	list-style-type: none;
}

ul.contents 
{
	margin-left: 0px;
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	list-style-type: none;
}

.insetpara 
{
	padding-left: 25px;
}

.noborder
{
	border: none;
}

table
{
	border: 1px solid rgb(0,0,0);
	border-collapse: collapse;
}

th 
{
	background-color: rgb(178,178,178);
	border: 1px solid rgb(0,0,0);
	text-align: center;
	color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

td 
{
	border: 1px solid rgb(0,0,0);
	padding: 2px;
	text-align: left;
	color: black;
	font-family: Arial;
	font-size: 11pt;
}

.extrapadding
{
	padding: 10px;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.bold
{
	font-weight: bold;
}

td.total
{
	color: black;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

a
{
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
}

a:link 
{
	color: rgb(0,0,255);
	text-decoration: none;
}
a:visited 
{
	color: rgb(0,0,255);
	text-decoration: none;
}
a:hover 
{
	color: rgb(0,0,255);
	text-decoration: underline;
}

img
{
		border-style: none;
}

.middle
{
	display: block;
	margin-left: auto;
	margin-right: auto; 
}