h1 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .5em;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: .5em;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 3px double #e5ae86;
	margin-bottom: .8em;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: .8em;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 3px single #e5ae86;
	margin-bottom: 1em;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

p {
	text-indent: 2em;
	font-size: 1.2em;
	margin-bottom: 1em;
}

a:link {
	color: #7F4400;
}
a:visited {
	color: #7F4400;
}
a:active {
	color: #7F4400;
}
a:hover {
	color: #e5ae86;
	text-decoration: none;
}

blockquote {
	border: 2px solid #7F4400;
	background-color: #ffffee;
	padding: .5em;
	font-size:1.2em;
	margin-bottom: 1em;
}

ul {
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}
ul li {
	font-size: 1.2em;
}
ul li * {
	font-size: 1em;
}
ul ul {
	margin-bottom: 0em;
}
ul ul li {
	font-size: 1em;
}


ol {
	margin-left: 2.3em;
	margin-bottom: 1.2em;
}
ol li {
	font-size: 1.2em;
}
ol li * {
	font-size: 1em;
}
ol ol {
	margin-bottom: 0em;
}
ol ol li {
	font-size: 1em;
}

div.callout {
	float: right;
	margin: 0em 0em 1em 1em;
	border: 2px solid #7F4400;
	background-color: #ffffee;
	padding: 1em;
	width: 18em;
}
div.callout p {
	text-indent: 0em;
}
div.callout img {
	border: 1px solid #7F4400;
}

table {
	width: 99%;
	margin-bottom: 1em;
}
table tr.highlight {
	background-color: #ffffdd;
}
table th {
	padding: .2em;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	vertical-align: top;
}
table th * {
	font-size: 1em;
}
table td {
	padding: .2em;
	font-size: 1.2em;
	vertical-align: top;
}
table td * {
	font-size: 1em;
}

table.horizontal {
	border: 1px solid #e5ae86;
}
table.horizontal th {
	width: 10em;
	text-align: right;
	padding-right: .5em;
	font-weight: bold;
	color: #7F4400;
}

table.form {
	border: 1px solid #e5ae86;
}
table.form th {
	width: 10em;
	text-align: right;
	padding-right: .5em;
	font-weight: bold;
	color: #7F4400;
}

table.vertical {
	border-bottom: 1px solid #7F4400;
}
table.vertical th {
	font-weight: bold;
	color: #7F4400;
	border-bottom: 1px solid #7F4400;
}

input {
	vertical-align: middle;
}

.frame_header h1 {
	font-size: 2.4em;
	font-weight: bold;
	position: absolute;
	left: 7.2em;
	top: 2.6em;
	font-family: "Courier New", Courier, monospace;
	color: #7F4400;
	border: none;
}