@CHARSET "ISO-8859-1";

div.NewsItem
{
	margin: 8px;
}

div.PostedDate
{
	font-size: 8pt;
	text-transform: none;
	font-weight: normal;
	margin-right: 4px;
	text-align: right;
	vertical-align: bottom;
	float: right;
}

div.NewsHeadline
{
	vertical-align: bottom;
	font-size: 13pt;
	margin-left: 8px;
	margin-bottom: 16px;
	margin-top: 24px;
	
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EFEFEF;
}

div.NewsBody
{
	font-size: 10pt;
	line-height: 1.4;
}

div.BigImage
{
	text-align: center;	
	margin-right: 24px;
	margin-left: 24px;
	margin-top: 8px;
	margin-left: 24px;
	padding: 0px;		
	color: #101010;
}
img.BigImage
{	
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

div.CommentCount
{
    text-align: center;
    font-size: 9px;   
    color: #A65300;
}

div.Comment
{
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	color: #202020;
	font-size: 11px;
}
div.CommentAuthor
{
	font-style: italic;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 8px;
}
a.CommentArticleAuthor
{
	color: #A65300;
}