﻿#container {
	margin: auto;
	width: 17cm;
	border: none;
}
#masthead, #navigation, #column-right, #image, #footer {
	display: none;
}
#content_container {
	background-color:#ffffff;
	padding: 0pt;
	margin: 0 0 0 0;
}
#column_left {
	width:100%;
	padding: 10px 10px 10px 10px;
}
body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 12pt;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	background-color: #ffffff;
}
#masthead {
	background-color: #ffffff;
	padding: 15px;
}
/* Styles for Masthead */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: 18pt;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h2 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Left Column */
h1 {
	font-size: 18pt;
	color: #000000;
	margin-top: 0pt;
}
h2 {
	font-size: 15pt;
	color: #000000;
	margin-top: 0pt;
}
h3 {
	font-size: 13pt;
	color: #000000;
	margin-top: 0px;
}
h4 {
	font-size: 12pt;
	color: #000000;
	margin-top: 0pt;
	margin-left: 3%;
	font-style:italic;
}
pre.code {
	font-family: "Courier New", Courier, monospace;
	font-size:9pt;
	width: 95%;
	margin: auto;
	margin-bottom:5pt;
	padding: 5pt;
	background-color:#eeeeee;
}
pre.code strong {
	font-weight:bold;
	background-color:#ffff99;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
div img {
	margin-left:15%;
	margin-bottom:1em;
}