@CHARSET "ISO-8859-1";

div.NewsContentFooter
{		
	font-weight: light;
	font-size: 10px;	
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	display: compact;	
}
 
div.NewsContent
{		
	font-weight: light;
	font-size: 10px;	
	padding-top: 8px;
	margin-left: 8px;
	margin-right: 12px;		
	vertical-align: top;
}

div.NewsHeader
{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #EFEFEF;
	margin-top: 16px;	
	margin-left: 8px;
	margin-right: 8px;	
	vertical-align: top;
}

span.NewsComment
{
    color: #A65300;
    text-align: left;
    font-size: 9px;
    padding-right: 8px;
    margin: 0px;
    text-transform: none;
}

div.NewsMore
{
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0px;
}

img.NewsThumbnail
{
	vertical-align: top;
	outline-width: thin;
	outline-style: solid;
	outline-color: #000000;
	margin-left: 16px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	vertical-align: top;	
	float:left;
}

div.LatestArticles
{
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;	
	padding: 0px;
	width: 576px;
	/*height: 204px;*/
}

div.LatestArticlesRow
{
        overflow: hidden;        
}

div.LatestArticle0
{
	background: #FFBD75;
	color: #000000;		
}

div.LatestArticle1
{
	background: #323232;
	color: #FFFFFF;	
}

div.LatestArticle0, div.LatestArticle1
{
        width: 140px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	float: left;
	/*height: 100%;*/        
        padding-bottom:32767px;
        margin-bottom:-32767px;
}
 
img.ArticleThumbnail
{
	padding: 0px;	
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	width: 124px;	
	height: 80px;	
	outline-width: thin;
	outline-style: solid;
	outline-color: #000000;
	display: block;
}
 
div.ArticleTitle
{
	text-align: left;	
	font-style: normal;	
	font-size: 10px;	
	font-weight: bolder;	
	text-transform: uppercase;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0px;	
}
 
div.ArticleDecription
{
	text-align: left;	
	font-style: normal;	
	font-size: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding: 0px;
}

div.OtherLink
{
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.ColouredLink
{
	color: #FF8500;
}

a.ColouredLinkDark
{
	color: #A65300;
}

div.ArticleNameHeader
{
	color: #A65300;
}

a:hover
{
    text-decoration: underline;
}