body {
	color: #345;
	font-size: 95%;
	line-height: 1.4em;
	padding-top: 1em;
	background: #fff url('bg.gif');
}
a:link {
	color: #68b;
	font-weight: bolder;
}
a:visited {
	color: #76a;
	font-weight: bolder;
}
a:active {
	color: #76a;
	font-weight: bolder;
}
em {
	font-weight: bolder;
	font-style: normal;
}
strong {
	color: #f46;
	font-weight: bolder;
}
h1 {
	font-size: 130%;
	margin-bottom: 0.2em;
}
h1.margin {
	font-size: 1.3em;
}
h2 {
	font-size: 120%;
	font-weight: bolder;
	background: #abc;
	margin-bottom: 0.2em;
}
h3 {
	font-size: 110%;
	margin-bottom: 0.2em;
	background: #cde;
}
img {
	border: 0;
}
hr {
	border: dotted 2px #78a;
}

li.menu {
	list-style-type: none;
}
li.top {
	margin-top: -1em;
}

table {
	margin-top: 0.5em;
}
th, td {
	padding: 0.2em 1em;
}
tr.menu {
	font-size: 120%;
	background: #abc;
}
tr.even {
	background: #cde;
}
.bold {
	font-weight: bolder;
}
.indent {
	margin-left: 1em;
}
.findent {
	margin-left: 10em;
}

#menu {
	position: absolute;
	width: 150px;
	left: 0;
	padding: 0.5em;
	border-top: dotted 3px #78a;
	border-bottom: dotted 3px #78a;
	background: #fff;
}
#content {
	margin-left: 170px;
	padding-left: 0.5em;
	background: #fff;
}
#footer {
	margin-top: 1em;
	padding-top: 0.5em;
	border-top: dotted 3px #78a;
}