﻿.NewsHeader
{
	background-color: #c9c918;
	background-image: url(Images/News/news_keyimage.jpg);
	background-repeat: no-repeat;
	background-position: 332px 0px;
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: 500;
	color: #FFFFFF;
}

.CoverageHeader
{
	background-color: #014db0;
	background-image: url(Images/News/community_keyimage.jpg);
	background-repeat: no-repeat;
	background-position: 332px 0px;
	font-family: Verdana, Arial;
	font-size: 14pt;
	font-weight: 500;
	color: #FFFFFF;
}

/* For IE */
A.ArticleLink, A.ArticleLink:active, A.ArticleLink:visited
{
	color: #36588B;
}

A.ArticleLink:hover
{
	color: #5179B4;
}

/* For Mozilla */
.ArticleGroup a
{
	color: #36588B;
}

.ArticleGroup a:active
{
	color: #36588B;
}

.ArticleGroup a:visited
{
	color: #36588B;
}

.ArticleGroup a:hover
{
	color: #5179B4;
}

.NewsOverviewText
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #FFFFFF;
}

.NewsHeaderBand
{
	background-color: #c9c918;
	width: 100%;
}

.CoverageHeaderBand
{
	background-color: #014db0;
	width: 100%;
}

.NewsHeaderText
{
	color: #e7e7e7;
	font-family: Verdana, Arial;
	font-size: 20pt;
	font-weight: bold;
}

.NewsTitleText
{
	font-size: 11pt;
	font-weight: bold;
	color: #64640f;
	position: relative;
	z-index: 2;
	background-color: #e7e7e7;
}

.NewsHorizontalRule
{
	background-color: #64640f;
	height: 1px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.NewsBodyText
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #36588B;
}