body { 
	background: #FFFFFF;
	margin: 40px;
}
td, div {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
}

#bodydiv {
    width: 567px;
    text-align: left;
}

#divider {
    padding-top: 12px;
    padding-bottom: 9px;
}
#divider hr {
    height: 1px;
    border: 0px;
    color: #000000;
    background-color: #000000;
}

#leftnav {
    width: 110px;
}
.navitem {
    padding-bottom: 4px;
}

#content {
    padding: 0px 0px 30px 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	color: #000000;
}
#content h1 {
	color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
}
a:link, a:visited {
    color: #AA0000;
}
a:hover, a:active {
    color: #FF0000;
}

td.row0 {
	background : #F3F3F3;
}
td.row1 {
	background : #EEEEEE;
}
.errortext {
	font-weight : bold;
	color : #CC0000;
}

/* discussion thread styles */
.threadtitle { font-size: 16px; font-weight: bold; background-color: #CCCCCC; margin: 0px; padding: 5px; width: 337px; }
.threadtitle A:ACTIVE { color: #669900; text-decoration: none; }
.threadtitle A:LINK { color: #000000; text-decoration: none; }
.threadtitle A:VISITED { color: #000000; text-decoration: none; }
.threadtitle A:HOVER { color: #669900; text-decoration: none; }

.threadtext { font-size: 13px; line-height: 14px; background-color: #FFFFFF; margin: 0px; padding: 5px; width: 337px; }
.threadtexttan { font-size: 13px; line-height: 14px; background-color: #CCCCCC; margin: 0px; padding: 5px; width: 337px; }

.forumlink { margin-bottom:10px; }
.submitfield {
    margin: 5px 0px 5px 0px;
}
.submitname {
    /* font-weight: bold; */
}
.submitdate {
    text-decoration: italic;
}
.repliestitle {
    margin-top: 15px;
    font-weight: bold;
}