body {
	background-color: #e8eef7;
	font-family: sans-serif;
	font-size: 10pt;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
	margin: 0 auto 18px;
	text-align: justify;
}

#site {
	display: none;
}

#site li {
	display: inline;
	padding: 5px;
}

#site li a {
	display: inline-block;
	margin-bottom: 0px;
	color: #202080;
	background-color: #e8eef7;
	border: 1px solid;
	font-weight: bold;
	padding: 4px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}


#main {
	background-color: #ffffff;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 10px 20px 20px 20px;
	padding-bottom: 50px;
	border: 2px #202080 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#pagenav {
	text-align: center;
}

#pagenav li {
	display: inline;
	padding: 10px;
}

#pagenav li a {
	display: inline-block;
	margin-bottom: 10px;
	color: #202080;
	background-color: #e8eef7;
	border: 1px solid;
	font-weight: bold;
	padding: 4px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
}

#pagenav li a:hover {
  background-color: #c6d9f6;
}

#pagecontent {
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	border: 1px #e0e0e0 solid;
	border-radius: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 5px;
}

A:link, A:visited {
	color: blue;
}

h1 {
	font-size: 23pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h1 div {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

h2 {
	font-size: 120%;
	border-bottom: 1px #C0C0C0 solid;
	margin-top: 40px;
}

h3 {
	text-align: center;
}

pre {
	width: 80%;
	border: solid 1px;
	background-color: #e8e8e8;
	font-size: 12px;
	margin: 10px 20px;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pretable {
	width: 80%;
	border: solid 1px;
	background-color: #e8e8e8;
	font-size: 12px;
	margin: 10px 20px;
	padding: 10px 10px 10px 10px;
}

.pretable td {
	padding: 0px;
	margin: 0px;
}

.cmdline {
	font-family: monospace;
	font-size: 12px;
	width: 40%;
}

.cmdinfo {
	padding-left: 10px;
}

.commandsummary {
	margin-left: 40px;
}

.command {
	font-family: monospace;
	font-size: 14px;
	font-weight: bold;
}

.commandinfo {
	margin-left: 20px;
}

