html {
	background-color: #311806;
	color: #dddd55;
} /****************************************************************************/
body {
	background-color: inherit;
	color: inherit;
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 18pt;
	height: 150px; /* this provides a scroll bar when the browser window is too short for the footer */
} /****************************************************************************/
h1, h2, h3, h4, h5 {
	background-color: inherit;
	color: inherit;
} /****************************************************************************/
p {
	background-color: inherit;
	color: inherit;
	margin: 0px 40px 0px 40px;
	text-align: justify;
	text-indent: 40px;
} /****************************************************************************/
p.center {
	text-align: center;
} /****************************************************************************/
p.signature {
	text-align: left;
	margin-left: 65%;
	text-indent: 0px;
} /****************************************************************************/
a {
	background-color: inherit;
	color: inherit;
	text-decoration: none;
} /****************************************************************************/
a:link {
	background-color: inherit;
	color: inherit;
} /****************************************************************************/
a:active {
	background-color: inherit;
	color: inherit;
} /****************************************************************************/
a:visited {
	background-color: inherit;
	color: inherit;
} /****************************************************************************/
a:hover {
	background-color: inherit;
	color: inherit;
	text-decoration: underline;
} /****************************************************************************/
div {
	text-align: inherit;
} /****************************************************************************/
div.center {
	text-align: center;
} /****************************************************************************/
div.header {
	background-color: inherit;
	color: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	top: 0px;
	height: 80px;
} /****************************************************************************/
div.footer {
	background-color: inherit;
	color: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 0px;
	height: 80px;
} /****************************************************************************/
div.text {
	position: static;
	padding-top: 90px;
	padding-bottom: 90px;
} /****************************************************************************/
div.introtext {
	text-align: center;
	position: static;
	padding-top: 90px;
	margin-top: 50px;
	padding-bottom: 0px;
} /****************************************************************************/
div.endingtext {
	text-align: center;
	position: static;
	padding-top: 0px;
	padding-bottom: 200px;
} /****************************************************************************/
div.photos {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: static;
	padding-top: 0px;
	padding-bottom: 0px;
} /****************************************************************************/
table {
	background-color: transparent;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	padding: 0px;
	border-collapse: collapse;
} /****************************************************************************/
.opaque {
	background-color: #311806;
	color: inherit;
	width: 100%;
} /****************************************************************************/
table tr td {
	background-color: inherit;
	color: inherit;
	padding: 0px;
	text-align: inherit;
} /****************************************************************************/
img {
	border-width: 0px;
	margin: 0px;
	vertical-align: top;
} /****************************************************************************/
img.buffer1 {
	padding: 12px 8px;
} /****************************************************************************/
img.buffer2 {
	padding: 8px;
} /****************************************************************************/
img.photo1 {
	margin: 90px 0px 0px 0px;
	border-width: 20px;
	border-color: black;
	border-style: solid;
} /****************************************************************************/
img.hidden {
	width: 0;
	height: 0;
} /****************************************************************************/
.left {
	text-align: left;
} /****************************************************************************/
.right {
	text-align: right;
} /****************************************************************************/
.center {
	text-align: center;
} /****************************************************************************/

