/**
 * News-elements
 */

.newsHeader
{
	margin-top: 20px;
	padding: 1px 1px 5px 3px;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	border: 3px dashed #CCCCCC;
	border-width: 0px 0px 2px 0px;
}

.newsContent
{
	margin: 5px;
}

.newsFooter
{
	font-style: italic;
	text-align: right;
}

.newsComments
{
	margin-top: -10px;
	margin-left: 5px;
}
