.BulletinBoard
{
	border-style: none;
	border-width: 1px;
}

.BulletinBoardHeader
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.BulletinBoardMessage
{
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border: 0;
	font-family: Arial;
	font-size: 12px;
}

.ClientPagesHeader
{
	background-color: #fcb815;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	border: 0;
	font-family: Arial;
	font-size: 12px;
}

A:Link.BulletinBoardLink, A:Visited.BulletinBoardLink, A:Active.BulletinBoardLink
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	text-decoration: none;
}

A:Hover.BulletinBoardLink
{
	font-family: Arial;
	font-size: 12px;
	text-decoration:	underline;
	color:	Red;
}