html, body {
	padding: 2px;
	margin: 2px;
}

body {
	background-color: #888;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #222;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

p, li, dd {
	line-height: 1.5em;
}

dd p {
	margin-top: 0;
	padding-top: 0;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: disc;
}

ul ul ul {
	list-style-type: circle;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #444;
	text-decoration: none;
}

a:active {
	color: #e66;
	text-decoration: none;
}

a:hover {
	color: #c66;
	text-decoration: none;
}

input[submit] {
	font-weight: bold;
}

input[text] {
	font-family: monospace;
}

select, input {
	font-size: 10px;
}

#title {
	float: left;
	padding: 0.25em;
}

#title h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 10px;
	font-weight: bold;
}

#container {
	background: #000;
	background-color: #000;
	padding: 1px;
	min-width: 768px;
	max-width: 992px;
	margin: auto;
}

#path {
	float: right;
	text-align: right;
	padding: 0.25em;
	font-weight: bold;
}

#path p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

#path a:link, #path a:visited, #path a:active {
	color: #666;
	font-weight: bold;
}

#path a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

#menu {
	background-color: #ddd;
}

#menu ul {
	padding: 0;
	list-style: none;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #666;
	display: block;
	width: 100%;
	font-weight: bold;
	padding: 1px 10px 1px 6px;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #666;
	font-weight: bold;
}

#bodytext {
	float: right;
	width: 70%;
	padding: 1em;
	padding-top: 0;
	background-color: #fff;
	border-top: solid #ddd 1px;
	border-right: solid #666 1px;
	border-bottom: solid #666 1px;
	border-left: solid #ddd 1px;
}

#stamp {
	clear: both;
	float: left;
	font-size: 9px;
	padding: 0.25em;
	width: 49%;
}

#stamp p {
	margin: 0;
	padding: 0;
}

#control {
	float: right;
	text-align: right;
	font-size: 9px;
	padding: 0.25em;
}

#control ul {
	margin: 0;
	padding: 0;
	padding-left: 2em;
	display: inline;
}
#control li {
	margin: 0;
	padding: 0;
	padding-left: 2em;
	display: inline;
}


#control a:link, #control a:visited, #control a:active {
	color: #666;
}

#control a:hover {
	color: #444;
	text-decoration: underline;
}

#sheet {
	padding: 1em;
	background-color: #fff;
	border-top: solid #ddd 1px;
	border-right: solid #666 1px;
	border-bottom: solid #666 1px;
	border-left: solid #ddd 1px;
	vertical-align: top;
}

#sheet a[href] {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 1px;
	margin-bottom: 1px;
}

#sheet a[href]:hover {
	border-bottom-color: #c66;
}

.bevelbox {
	margin: 0;
	background-color: #ddd;
	border-top: solid #fff 1px;
	border-right: solid #666 1px;
	border-bottom: solid #666 1px;
	border-left: solid #fff 1px;
}

a:link.menuitem, a:visited.menuitem, a:active.menuitem {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a:hover.menuitem {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.captionrow {
	font-weight: bold;
	background-color: #ccc;
}

.evenrow {
	background-color: #ddd;
}

.oddrow {
	background-color: #eee;
}

.preamble {
	font-style: oblique;
}

.warning {
	color: #c66;
}

.excerpt {
	padding: 1em;
	background-color: #f0f0f0;
	border-top: solid #ddd 1px;
	border-right: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
	border-left: solid #ddd 1px;
}

.signature {
	text-align: right;
	font-size: small;
}
