#selectedThread {
	background-color: #CCCCCC;
	overflow: visible;
}
#announcement {
	background-color: #FFFF66;
	border-width: thin;
	border-style: solid;
	border-color: #990000;
}
.announcementTitle {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.context {
	background-color: #FFFF66;
}
#forumBody {
	font-family: "arial, helvetica";
	font-size: x-small;
	width: 80%
}
.highlight {
	background-color: #FFFFCC;
	font-weight: bold;
	border-bottom-color: #CC0000;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}
.messageTitle {
	font-family: "arial, helvetica";
	font-size: x-small;
	font-weight: bold;
}
.messageText {
	font-family: "arial, helvetica";
	font-size: x-small;
	font-style: italic;
}
.messageInfo {
	font-family: "arial, helvetica";
	font-size: x-small;
}
.indent {
	padding-left: 20px;
}
.fieldText {
	width: 200px;
}
.fieldTextArea {
	width: 200px;
	height: 150px;
}
.fieldButton {
	width: 100px;
}
.formText {
	font-family: "arial, helvetica";
	font-size: x-small;
}
.emptyThread {
	color: #CC3300;
	font-weight: bold;
}
.prevLink {
	font-family: "arial, helvetica";
	font-size: x-small;
}
.nextLink {
	font-family: "arial, helvetica";
	font-size: x-small;
}
.counter {
	font-family: "arial, helvetica";
	font-size: x-small;
}
.replyTable {
	border-left-color: #000066;
	border-left-style: solid;
	border-left-width: thin;
}
.replyTitle {
	font-family: "arial, helvetica";
	font-size: x-small;
	font-weight: bold;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.requiredText {
	font-family: "arial, helvetica";
	color: #CC0000;
	margin-left: 15px;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
}
.profileTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
}
.profileText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}