html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px;
    background-color: #868176;
     }
body {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000000;
    background: #868176;
    font-size: 75%;
    margin: 0;
     }
a:link, a:active, a:visited {
    color: #141414;
    text-decoration: none;
     }
a:hover {
    color: #AC2000;
    text-decoration: underline;
    }

.logo {
z-index:1;
}

.form1 {
position:relative; top:-10px; left:-250px;z-index:2;
}

.forum_title {

}
.forum_legend{
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #FFFFFF;
    font-size: 100%;

}
.forum_post_title {
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; color: #000000;
    font-size: 125%;
}
.quote_box {
	border: 1px solid #AAA;
}
.quote_title {
	background-color: #EEE;
	padding:1px 2px;
	border-bottom: 1px dashed #CCC;
}
.quote_body {
	background-color: #FFF;
	padding:1px 9px;
}
/*****************
Datebox in comments
*****************/
.datebox {
	width:41px;
	height:38px;
	background-image: url(images/datebg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 15px;
}
.datebox_day {
	padding-top: 2px;
	font-weight: bold;
	color: #FFF;
	font-size:16px;
}
.datebox_month {
	padding-top: 3px;
	font-size: 10px;
	color: #666;
}

