body {
	background-color: #a2b37f;
	font: small/13pt Verdana, sans-serif;
	color: #4e1500;
}
.div_header {
	position: relative;
	top: -7px;
}
h1 {
	color: #3c1212;
	font: bold medium Verdana, sans-serif;
}
h2 {
	color: #6c2020;
	font: bold small Verdana, sans-serif;
}
h3 {
	color: #972d2d;
	font: normal small Verdana, sans-serif;
}
p {
	color: #3c1212;
	list-style-type: disc;
	list-style-position: outside;
	position: relative;
	font: small Verdana, sans-serif;
}
.div_content {
	color: #3c1212;
	background-color: #dbe0c4;
	border-left: 1px dotted #781b18;
	border-top: 1px solid #781b18;
	font: small/13pt Verdana, sans-serif;
}
blockquote {
	border-style: dotted;
	border-width: 1px;
	background-color: #e4e4d0;
	padding-left: 5px;
	font: small Verdana, sans-serif;
}
.div_menu {
	list-style-type: none;
	padding-left: 0px;
}
.div_submenu {
	color: #3c1212;
	left: 7px;
	position: relative;
}
.navigation_pane {
	background: #dbe0c4;
	border-top: 1px solid #781b18;
	border-color: #781b18;
	font: small/13pt Verdana, sans-serif;
}
.div_footer {
	background-color: #94a35b;
	text-align: center;
	color: #3c1212;
	padding: 5px;
	border-top: 1px solid #781b18;
	border-bottom: 1px solid #781b18;
	font: x-small Verdana, sans-serif;
}
a {
	color: #3c1212;
	text-decoration: none;
	font-style: italic;
}

a img {
	border: none;
}

a:hover {
	color: #3c1212;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}
a:visited{
	color: #8c1517;
	font-style: italic;
}

.screenshot {
	border: 1px dotted #781b18;
}
