.newsControl
{
	background-color: #E0ECFB;
	width: 100%;
}

.newsControlLeftColumn
{
	float: left;
	width: 270px;
}

.newsControlRightColumn
{
	float: left;
	width: 400px;
}

.newsControlParagraph
{
	clear: both;
	margin-top: 10px;
}

.newsControlTextBox
{
	width: 100%;
}

.newsControlError
{
	background-color: Red;
	width: 100%;
}

.newsControlTitle
{
	font-size: 20pt;
}

