/* The Class definitions for handling standard content display */
.ArticleBody
{
	text-align: justify;
	vertical-align: top;
}
.ArticleTitle
{
	color: #FF9900;
	font-size : 18px;
	font-weight: bold;
}
.ArticleSeperator
{
	height: 1px;
	color: #6699CC;
}

