body {
	font-family: "Helvetica" "Arial" sans-serif;
	background-color: black;
	color: black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.main {
	background-color: green;
	border-width: 0px;
	margin: 0% 10% 0% 10%;
	padding: 20pt 0px 25px 0px;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 18pt 20px 3pt 20px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 18pt 20px 3pt 20px;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	text-align: left;
	margin-left: 20px;
	margin: 18pt 20px 3pt 20px;
}

.topbox {
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-width: 3px;
	border-color: black;
	border-style: solid;
}

p {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-indent: 20pt;
	text-align: left;
}

p.right {
	text-align: right;
	font-weight: bold;
}

p.right-italic {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
}

li {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-weight: bold;
	list-style-type: square;
}

a {
	font-weight: bold;
	color: #00E000;
	text-decoration: none;
}

blockquote {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 14pt;
	margin-bottom: 14pt;
	padding: 8pt 14pt 8pt 14pt;
	background-color: #105000;
	color: white;
	font-family: monospace;
}

img {
	margin: 5px 5px 5px 5px;
	border-style: none;
}

.topmargin {
	margin-top: 15pt;
}

.monospace {
	font-family: monospace;
}

.italic {
	font-style: italic;
}

.buttons {
	margin: 40px 20px 0px 20px;
	width: 100%-40px;
	text-align: right;
}
