/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000066;
	border: 0;
	margin-bottom: 5px;
	background-color: #142a51;
}
/* Headline div */
.newsHomeHeadline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 2px 0 2px;
	
}
.newsHomeHeadline a{
color:#ffffff;
text-decoration:none;
}
.newsHomeHeadline a:hover{
color: #FFFF33;
text-decoration:none;
}
/* 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;
}

/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 4px;
	
}
.newsHomeBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsHomeBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	font: .900em Arial, Helvetica, sans-serif;
	color: #3069AB;
	background: #ffffff;
	border: 1px solid #000066;
	margin-bottom: 5px;
}
/* Headline div */
.newsDetailHeadline h1{
	font-size:1.150em;

	background: #142a51;
	border-bottom: 1px solid #cc0000;
	padding: 4px;
}
/* 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 {
	text-decoration: none;
	padding: 12px;
}

.newsDetailBody a{
color:#142a51;
}
.newsDetailBody a:hover{
color:#000000;
text-decoration:none;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
	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;
	display: none;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 2px;
	font-size:.950em;
}

.newsArticleList a{
color:#142a51;
}
.newsArticleList a:hover{
color:#000000;
text-decoration:none;
}

