﻿@charset "UTF-8";


.div-nav {
	overflow: hidden;
	xposition: fixed;
	xbackground: #ffffff;
	background: #e5e5e5;
	display: block;
	width: 100%;
}

.top_nav {

	display: block;
	xoverflow: hidden;
	xposition: fixed;
	xbackground: #e5e5e5;
	width: 100%;
	xmargin-bottom: 30pt;
}

.nav{
	padding-top: 10pt;
}

p.toc {
	padding-top: 16pt;
}

.nav>a,
.top_nav>a,
.toc>a {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	xfont-weight: bold;
	background-color: white;
	cursor: pointer;
	text-decoration: none;
	line-height: 20pt;
}

.nav>a:hover,
.top_nav>a:hover,
.toc>a:hover {
	text-decoration: underline;
}

.toc0 {
	display: block;
	margin-left: 20pt;
	font-size: 18pt;
	font-weight: bold;
	list-style: none;
}

.toc1 {
	display: block;
	margin-left: 40pt;
	font-size: 16pt;
}


.toc2 {
	display: block;
	margin-left: 60pt;
	font-size: 14pt;

}

.toc1>*:before {
	content: "• ";
}