body {
	background: #EEEEEE;
}
body, li, td, div {
	font: 12px Tahoma, Verdana, Georgia, Courier, Simsun;
	line-height: 150%;
}
a {
	color: #222222;
	text-decoration: none;
}
a:hover,a:active {
	color: #666666;
	text-decoration: underline;
}
ul {
	list-style-type: none;
}
.desc {
	color: silver;
}
p.largefont {
	text-align: left
	font-size: 10.5pt;
	font-weight: bold;
}
div.pagebody {
	background: white;
	padding:16px;
	border: 1px solid silver;
}
div.pda {
	float: right;
	background: #F9F9F9;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 4px;
}
div.post {
	border: 1px solid silver;
	padding: 1px;
	margin-bottom: 16px;
}
div.posttop {
	padding: 4px;
	background: #EEEEEE;
}
div.username {
	font-weight: bold;
	width: auto;
	float: left;
}
div.date {
	width: auto;
	text-align: right;
}
div.posttext {
	padding: 4px;
	background: #F9F9F9;
}
div.highlight {
	padding: 4px;
	background: #FFFFCC;
}
span.small {
	font-size: 10px;
}
#content {
	margin-bottom: 8px;
	border: 1px solid silver;
	padding: 4px;
	padding-left: 24px;
}
#navbar {
	background: #F9F9F9;
	border: 1px solid silver;
	padding: 4px;
}
#pagenumbers {
	text-align: center;
	margin-bottom: 4px;
}
#copyright {
	text-align: center;
	font: 11px Tahoma;
}
hr {
	visibility: hidden;
	display: none;
}
.quotetop {
	width:85%;
	margin:0px auto 0px auto;
	font-weight:bold;
	color:#000000;
}
.quotemain {
	width:85%;
	border: 1px dashed #999999;
	background-color: #fcfce1;
	padding:5px;
	margin:0px auto 8px auto;
	color:#245D98;
}
