.Posting
{
	clear: both;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	text-align: justify;
}

.PostingImage
{
	display: none;
}

.PostingImageAlt
{
	display: none;
}

.PostingTitle
{
	font-weight: bold;
	color: Black;
	margin: 0 0 -0.5em 0;
}

.PostingDate
{
	float: right;
	font-weight: bold;
	color: DimGray;
}

.PostingSeparator
{
	clear: both;
	height: 14px;
	margin: 0.25em 25% 0.5em 25%;
	border-top: Black 2px solid;
}

.Posting p
{
	line-height: 1.3em;
	margin: 0.7em 0 0.7em 0;
	text-align: justify;
}