/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	color: #000000;
	border: 0;
	margin-bottom: 5px;
	vertical-align:top;
}
/* Headline div */
.newsHomeHeadline {
	font:bold .750em Arial, Helvetica, sans-serif ;
	text-decoration: none;
	color: #000000;
	border-bottom: 0px;
	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: #cc0000;
	text-decoration: underline;
}
.newsHomeHeadline A:HOVER {
	text-decoration: none;
	color: #000000;
}
/* News Body div */
.newsHomeBody {
	font:.700em Arial, Helvetica, sans-serif ;
	text-decoration: none;
	padding: 2px;
}
.newsHomeBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #cc0000;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	color: #000066;
	background: #F4F4FF;
	border: 1px solid #cc0000;
	margin-bottom: 5px;
}
/* Headline div */
.newsDetailHeadline {
	font: bold 1.125em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: #2b2f91;
	border-bottom: 1px solid #cc0000;
	padding: 2px;
}
/* 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: #FFFFFF;
}
.newsDetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* News Body div */
.newsDetailBody {
font: .950em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
}
.newsDetailBody A {
	color: #2b2f91;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #cc0000;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: .950em Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 0 5px 0;
}
/* 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: #2b2f91;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #cc0000;
	text-decoration: underline;
}

