/* %~%@ < 91.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
}
/* Headline div */
.newsHomeHeadline {
	margin-bottom: 20px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
	display: none;
}
/* Date at end of headline */
.newsHomeDate1 {
	display: none;
}
.newsHomeHeadline A {
text-decoration:none;
}
.newsHomeHeadline A:HOVER {
text-decoration:underline;
color:#faf7e1;
}
/* News Body div */
.newsHomeBody {
	display: none;
}
.newsHomeBody A {
}
.newsHomeBody A:HOVER {
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
}
/* Headline div */
.newsDetailHeadline {
	margin: .35em 0;
}
/* 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 {
}
.newsDetailHeadline A:HOVER {
}
/* News Body div */
.newsDetailBody {
}
.newsDetailBody A {
text-decoration:underline;
color: #d4e4f2;
}
.newsDetailBody A:HOVER {
	color: #faf7e1; 
	text-decoration: none;
}
.newsDetailByLine {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
}
/* Date at front of list item */
.newsArticleDate {
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	display: none;
}
/* Each list item */
.newsArticleList {
}
.newsArticleList A {
}
.newsArticleList A:HOVER {
}
