body {
  background: #ffffff;
}

html, body, p {
  font-family: "DejaVu Sans", Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #000000;
	line-height: 1.5;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #909090;
  padding-bottom: 2px;
  margin: 64px 0px 16px 0px;
}

h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 2px;
  margin: 48px 0px 16px 0px;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 40px 0px 16px 0px;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 32px 0px 8px 0px;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 24px 0px 8px 0px;
}

p {
	text-align: justify;
  margin: 8px 0px 16px 0px;
}

blockquote {
  margin: 0px 0px 16px 24px;
}

.indent {
  margin-left: 24px;
}

dl {
	margin: 16px 0 16px 24px;
}

dt {
	font-weight: bold;
}

dd {
	text-align: justify;
	margin: 8px 0 16px 24px;
	line-height: 1.5;
}

li {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.5;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	margin: 16px 0 16px 0;
}

table th {
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	color: #000000;
	font-weight: bold;
	padding: 4px 8px;
	text-align: left;
}

table td {
	border: 1px solid #d0d0d0;
	padding: 4px 8px;
	vertical-align: top;
}

a, a:visited, a:focus {
	color: #3060c0;
	text-decoration: underline;
}
a:hover, a:active {
	color: #c06030;
	text-decoration: underline;
}

.content a, .content a:visited, .content a:focus {
	text-decoration: none;
}

.content a:hover, .content a:active {
	text-decoration: underline;
}

code, pre, kbd, samp, .code {
  font-family: "DejaVu Sans Mono", "Courier New", monospace;
	line-height: 1.5;
	color: #000000;
}

pre, .pre {
	overflow: auto;
	white-space: pre-wrap;
}

small, .small {
	font-size: 85%;
}

em, var {
	font-style: italic;
	font-weight: normal;
}

.name {
	font-style: italic;
	font-weight: normal;
}

.value {
	font-style: normal;
	font-weight: normal;
	white-space: pre-wrap;
}

.gui {
	font-style: italic;
	font-weight: bold;
}

.path {
	font-style: italic;
	font-weight: normal;
}

.ref {
	font-style: italic;
	font-weight: normal;
}

.red {
  color: #b00000;
}

.green {
  color: #009000;
}

.blue {
  color: #0060b0;
}

.gray {
  color: #707070;
}

.box_info {
	background-color: #d0e6ff;
	border-left: 8px solid #5090f0;
	padding: 16px;
	margin: 32px 0;
	line-height: 1.5;
}

.box_error {
	background-color: #ffd6d6;
	border-left: 8px solid #f05050;
	padding: 16px;
	margin: 32px 0;
	line-height: 1.5;
}

.box_warning {
	background-color: #fff0a0;
	border-left: 8px solid #e0b020;
	padding: 16px;
	margin: 32px 0;
	line-height: 1.5;
}

.box_success {
	background-color: #c0f9c0;
	border-left: 8px solid #50c050;
	padding: 16px;
	margin: 32px 0;
	line-height: 1.5;
}

.box_title {
	font-weight: bold;
	padding-bottom: 6px;
}

.box_example {
	background-color: #f3f3f3;
	border-left: 5px solid #b0b0b0;
	padding: 8px 10px;
	overflow: auto;
	margin: 16px 0;
}
.box_example pre {
	margin-top: 0;
	margin-bottom: 0;
}

.title_appbox {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 16px 0 32px 0;
	padding: 16px;
}

.title_appname {
	font-size: 2rem;
	font-weight: bold;
}

.title_help {
	font-size: 2.5rem;
	font-weight: bold;
	color: #606060;
	margin-top: 16px;
}

/* ########################################################################## */
