.forumPageTitle
{
	font-size: 18px;
	font-weight: bold;
	color: #006633;
	text-align: center;
	padding-bottom: 10px;
}
.forumTopicBox
{
	border-right: #006633 1px solid;
	padding-right: 10px;
	border-top: #006633 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: #006633 1px solid;
	padding-top: 10px;
	border-bottom: #006633 1px solid;
	background-color: palegoldenrod;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
.forumReplyBox
{
	border-right: #006633 1px solid;
	border-top: #006633 1px solid;
	margin-left: 10px;
	border-left: #006633 3px solid;
	margin-right: 10px;
	border-bottom: #006633 1px solid;
	background-color: snow;
}
.forumTopicTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #006633;
	margin-bottom: 10px;
}
.forumTopicDesc
{
	font-size: 12px;
}
.forumReplyText
{
	font-size: 12px;
	text-align: justify;
	padding: 20px;
	padding-left: 10px;
}
.forumTextInfo
{
	font-size: 10px;
	color: #663300;
}
.forumCmd
{
	font-size: 10px;
	color: #006633;
	margin-bottom: 10px;
}
.forumCmdSel
{
	font-size: 10px;
	color: #663300;
	margin-bottom: 10px;
}
A.forumCmd
{
	font-size: 10px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	margin-bottom: 10px;
}
A.forumCmd:hover
{
	font-size: 10px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
.forumTextarea
{
	font-family: Verdana, Arial;
	font-size: 12px;
	border: solid 1px gray;
	width: 500px;
	height: 150px;
}
