body
{
	font-family: Verdana;
	font-size: 10px;
}

table
{
	font-family: Verdana;
	font-size: 10px;
}

A
{
	color: darkred;
	font-family: Verdana;
	text-decoration: none;
}

A:hover
{
	color: red;
}

.PageBackground
{
	background-color: #d4d0c8;
}

.MainBackground
{
	background-color: #FFFFFF;
}

.BlackBorder
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.DottedBottom
{
	border-bottom: dotted 1px DarkGray;
}

.DottedRight
{
	border-right: dotted 1px LightGrey;
}

.SubTitle
{
	font-size: 24px;
	font-family: 'Trebuchet MS';
}

.Error
{
	color: Blue;
}

.Required
{
	font-weight: bold;
	color: Maroon;
}

.TopicDayMonth
{
	font-size: 18px;
	font-family: 'Trebuchet MS';
}

.TopicDayYear
{
	font-size: 24px;
	font-family: 'Trebuchet MS';
}

.TopicSubject
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.MBDayMonth
{
	font-size: 14px;
	font-family: 'Trebuchet MS';
}

.MBDayYear
{
	font-size: 14px;
	font-family: 'Trebuchet MS';
}

.MBSubject
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.CommentHeader
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.CommentAuthor
{
	font-size: 13px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
}

.CommentDate
{
	color: DarkGray;
}

.RowHeader
{
	font-weight: bold;
}

.Bold
{
	font-weight: bold;
}

.DeletedComment
{
	font-style: italic;
	color: Gray;
}