@charset "utf-8";
/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 11pt;
	background-color: white;
	color: black;
}

div#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.center_col {
  width: 400px;
  float: left;
}

div.center_col img {
  border-style: none;
}

div.left_col {
  width: 180px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 10pt;
  font-style: italic;
}

div.right_col {
  width: 160px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

div.double_col {
  width: 600px;
  float: left;
}

p {
	font-family: sans-serif;
	font-size: 10pt;
	color: #000000;
}

h1 {
	font-family: sans-serif;
	font-size: 12pt;
	color: black;
}

h2 {
	font-family: sans-serif;
	font-size: 11pt;
	color: black;
}

a {
	font-family: sans-serif;
	color: black;
}

a img {
	border-style: none;
}

div#topShim {
	height: 20px;
}

div#topShim2 {
	height: 20px;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: right;
}

div#topBanner {
	border-width: 3px;
	border-color: black;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
}

div#topBanner IMG {
	padding: 15px;
}

#bannerImage {
	border-style: none;
}

div#bottomShim {
	height: 20px;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: right;
	clear: both;
}

div#bottomShim2 {
	height: 20px;
	clear: both;
}

div#bottomBlock {
	text-align: center;
	border-width: 3px;
	border-color: black;
	border-top-style: solid;
	border-bottom-style: none;
	height: 20px;
	clear: both;
}

pre {
  padding-left: 3em;
  color: #006633;
  font-size: 10pt;
}

.code {
  font-family:  monospace;
  color: #006633;
  font-size: 10pt;
}
