/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	color: #000066;
	margin: 10px 10px 5px 10px;
	padding-bottom: 10px;
}
/* Headline div */
.newsHomeHeadline {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
	margin-right: 5px;
	color: #A4A4A4;
	font-weight: normal;
}
/* Date at end of headline */
.newsHomeDate1 {
	font-weight: normal;
	display: none;
}
.newsHomeHeadline A {
	text-decoration: none;
	color: #314173;
}
.newsHomeHeadline A:HOVER {
	color: #314173;
	text-decoration: underline;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 2px;
	color: #000;
}
.newsHomeBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV
.newsDetailDiv {
	margin-bottom: 5px;
}
/* Headline div
.newsDetailHeadline {
	font:bold 2.00em Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 2px 15px 2px;
	color: #89AC52;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline
.newsDetailDate {
	display: none;
}
/* Date at end of headline
.newsDetailDate1 {

	display: none;
}
.newsDetailHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.newsDetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* News Body div
.newsDetailBody {
	text-decoration: none;
	padding: 0;
}
.newsDetailBody p{
	text-decoration: none;
	padding: 0 0 12px 25px;
}
.newsDetailBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: 1.00em Arial, Helvetica, sans-serif;
	color: #000066;
	margin-bottom: 5px;
}
/* Date at front of list item */
.newsArticleDate {

	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {

		display: none;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 8px 18px;
}
.newsArticleList A {
	color: #24356B;
	text-decoration: underline;
}
.newsArticleList A:HOVER {
	color: #89ac52;
	text-decoration: none;
}






#news-listing .more-link {
	padding: 3px 10px;
}

.news-all-link {
	float: right;
	line-height: 25px;
}