/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	margin: 0px;
}
/* Headline div */
.newsHomeHeadline {
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin:0px;
	margin-top:20px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
	font-weight: normal;
	display: none;
}
/* Date at end of headline */
.newsHomeDate1 {
	font-weight: normal;
	display: none;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 0px;
	margin:0px;
}
.newsHomeBody p {padding:10px 0px 15px 0px;border-top:1px solid #fff;margin:0px;}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	margin-bottom: 0px;
}
/* Headline div */
.newsDetailHeadline {
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin-bottom:10px;
	font-size:20px;border-bottom:1px solid #000;
	color: #000066

}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsDetailDate {
	font-weight: normal;
	display: none;
}
/* Date at end of headline */
.newsDetailDate1 {
	font-weight: normal;
	display: none;
}
/* News Body div */
.newsDetailBody {
	text-decoration: none;
	padding: 0px;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	margin: 0px;
}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	font-weight: normal;
	display: none;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px;
	margin:10px 0px;
}
