
body {
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pagenav a {
	padding: 0px 8px;
}

.pagenav span {
	padding: 0px 8px;
}

#banner, #banner a {
	width: 800px;
	height: 160px;
}

#banner {
	background: url("banner.jpg") no-repeat;
}

#banner a {
	display: block;
	font-size: 200%;
}

ul {
	border: 0;
	margin: 0;
	padding: 0;
}

li {
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 16px;
	background: url("li.gif") no-repeat left center;
	list-style: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

.gray {
}

.note {
	font-size: 9pt;
}


h2 {
	margin: 0;
	padding: 4px;
}

h3,h4 {
}

h5 {
	margin: 0;
	margin-top: 2px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#postform #subject, #postform #message {
	width: 720px;
}

#postform {
	padding: 4px;
}

#postform #author {
	width: 20em;
}

#postform #subject {
}

#postform #message {
	height: 20em;
}

.tree {
	padding: 8px;
}

.tree .child {
	margin-left: 1px;
	padding-left: 16px;
}

.tree .treeroot {
	font-weight: bold;
}

.article {
	padding: 8px;
}

.article .header {
	padding: 8px;
}

.article .subject {
	font-weight: bold;
}

.article .body {
	padding: 8px;
}

.article .childtree {
	font-size: 9pt;
}

.article .child {
	padding-left: 10px;
}

.article .child a:hover {
	text-decoration: underline;
}

.article .navigate {
	text-align: right;
	font-size: 9pt;
}

.childtree .treeroot {
	font-weight: bold;
}

.current li {
}

.deleted {
	font-size: 90%;
}

.edge3d {
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}


