.NewsTheme {
	font-family: Arial;
	font-size : 14;
	color : Black;
	font-weight : bold;
}

.NewsThemeDiv{
	margin-bottom:10px;
}

.NewsTitle{
	font-family: Arial;
	font-size : 18;
	color : #5F833B;
	font-weight : bold;
	margin-bottom:10px;
}
.NewsTitleDiv{
	margin-bottom:10px;
}

.NewsPreviewText{
	font-family: Arial;
	font-size : 12;
	color : Black;
	font-weight : bold;
	margin-bottom:10px;
}
.NewsPreviewTextDiv{
	margin-bottom:10px;
}


.NewsTextDiv{
	margin-bottom:10px;
}

.NewsAuthorDiv
{
	font-family: Arial;
	font-size : 12;
	margin-top:10px;
	margin-bottom:10px;
	font : italic;
}

.NewsDateDiv
{
	font-family: Arial;
	font-size : 12;
	margin-top:10px;
	margin-bottom:10px;
	font : italic;
}

.LinkedNewsDesc
{
	font-family: Arial;
	font-size : 12;
	color : Red;
	font-weight : bold;
}

.NewsCounter{
	font-family: Arial;
	font-size : 12;
	color : black;
	font-weight : normal;
	margin-bottom:10px;
}

.NewsCounterDiv{
	margin-bottom:10px;
}
	
.LinkedNews::link{
	font-family: Arial;
	font-size : 8;
	color : black;
}

.LinkedNews:hover{
	font-family: Arial;
	font-size : 8;
	color : black;
	text-decoration : underline;
}
.LinkedNews:visited{
	font-family: Arial;
	font-size : 8;
	color : black;
	/*text-decoration : underline;*/
}

.divGrid
{
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px
}

.NewsTextFooter
{
	background-color:#cccccc;
}

.NTNavButtons{
	font-family: Arial;
	font-size : 12;
	color : black;
}

.NTNavButtons:link{
	font-family: Arial;
	font-size : 12;
	color : blackd;
}

.NTNavButtons:hover{
	font-family: Arial;
	font-size : 12;
	color : black;
	text-decoration : underline;
}
.NTNavButtons:visited{
	font-family: Arial;
	font-size : 12;
	color : black;
	/*text-decoration : underline;*/
}

.NTGridItem
{
	background-color:tranparent;
}

.NTGridItemAlternating
{
	background-color: tranparent;
}
