.SmallText,
.SubText,
.FooterText,
.ArticleDetailText,
.SmallRightAlignedText
{
	font-size: 11px;
}

.SmallRightAlignedText
{
	text-align: right;
}

.ArticleDetailText
{
	color: rgb(153,153,153);
}

.FooterText
{
	color: rgb(153,153,153);
	padding: 0px 18px 0px 30px;
}

.Date,
.Location
{
	color: rgb(153,153,153);
	font-size: 11px;
}

.FloatedTitle
{
	width: 450px;
	float: left;
}

.FloatedDate
{
	color: rgb(153,153,153);
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
	width: 150px;
	float: right;
}