/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: .900em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #e6e5e0;
	border: 1px solid #70726f;
	margin-bottom: 5px;
}
/* Headline div */
.newsHomeHeadline {
	font: bold .975em;
	text-decoration: none;
	color: #FFFFFF;
	background: #b27b14;
	border-bottom: 1px solid #70726f;
	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 {
	color: #A4670A;
	font-weight: bold;
}

.newsHomeHeadline a:hover {
	color: #C87D0D;
	font-weight: bold;
	text-decoration:none;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 5px;
}
.newsHomeBody A {
	color: #A4670A;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #C87D0D;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #e6e5e0;
	border: 1px solid #70726f;
	margin-bottom: 5px;
}
/* Headline div */
.newsDetailHeadline {
	font: bold 2.00em;
	text-decoration: none;
	color: #FFFFFF;
	background: #b27b14;
	border-bottom: 1px solid #70726f;
	padding: 2px;
}
/* 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;
}

.newsDetailHeadline a {
	color: #A4670A;
	font-weight: bold;
}

.newsDetailHeadline a:hover {
	color: #C87D0D;
	font-weight: bold;
	text-decoration:none;
}
/* News Body div */
.newsDetailBody {
	text-decoration: none;
	padding: 5px;
}
.newsDetailBody li{
	text-decoration: none;
	margin: 5px 0 6px 50px;
}
.newsDetailBody A {
	color: #A4670A;
	font-weight: bold;
	text-decoration: underline;
}
.newsDetailBody A:HOVER {
	color: #C87D0D;
	text-decoration: none;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: 1.00em Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 5px;
}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	display: none;
	font-weight: normal;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 2px;
}

.newsArticleList A {
	color: #A4670A;
	font-weight: bold;
	text-decoration: underline;
}
.newsArticleList A:HOVER {
	color: #C87D0D;
	text-decoration: none;
}

