/* %~%@ < 91.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  JEREMY STYLES FOR H2 HEADER
----------------------------------------------------------------------------------------------------
*/
.news-header {
	padding: 5px 0 3px 25px;
	background: url('/images/news-header.jpg') no-repeat left top;
	color: #E3E3E5;
	font-size: 16px;
	font-weight:bold;
}
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	/*background: #ffffff;*/
	border: 0px solid #000000;
	margin-bottom: 0px;
	font-size: 11px;
}
/* Headline div */
.newsHomeHeadline {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #8f0000;
	/*background: #ffffff;*/
	border-bottom: 1px solid #000000;
	padding: 2px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsHomeDate {
	font-weight: normal;
}
/* Date at end of headline */
.newsHomeDate1 {
	font-weight: normal;
	display: none;
}
.newsHomeHeadline A {
	text-decoration: none;
	color: #8f0000;
}
.newsHomeHeadline A:HOVER {
	color: #000000;
	text-decoration: underline;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 2px;
}
.newsHomeBody A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #9c9a9f;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8f0000;
	background: #ffffff;
	border: 0px solid #000066;
	margin-bottom: 5px;
	width:750px;
}
/* Headline div */
.newsDetailHeadline {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #8f0000;
	background: #ffffff;
	border-bottom: 1px solid #000000;
	padding: 2px;
	width:750px;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsDetailDate {
	font-weight: normal;
}
/* Date at end of headline */
.newsDetailDate1 {
	font-weight: normal;
	display: none;
}
.newsDetailHeadline A {
	text-decoration: none;
	color: #8f0000;
}
.newsDetailHeadline A:HOVER {
	color: #000000;
	text-decoration: underline;
}
/* News Body div */
.newsDetailBody {
	text-decoration: none;
	padding: 2px;
}
.newsDetailBody A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #000000;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: 13px Arial, Helvetica, sans-serif;
	color: #8f0000;
	margin-bottom: 5px;
}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	font-weight: normal;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 2px;
}
.newsArticleList A {
	color: #8f0000;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #000000;
	text-decoration: underline;
}
