/*/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */

.newsHomeDiv {
}

/* Headline div */

.newsHomeHeadline {
}

/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */

.newsHomeDate {
display:none;
}

/* Date at end of headline */

.newsHomeDate1 {
}

.newsHomeBody {
font-size:0.8em;
line-height:1.4em;
margin-left:15px;
padding:10px 0 15px 0;
}
html, body, div, span,
.newsHomeHeadline A {

}
.newsHomeHeadline A:HOVER {

}

/* News Body div */
/*
.newsHomeBody {
	text-decoration: none;
	padding: 2px;
}
.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: 10px Arial, Helvetica, sans-serif;
	color: #000066;
	background: #F4F4FF;
	border: 1px solid #000066;
	margin-bottom: 5px;
}
*/
/* Headline div 

.newsDetailHeadline {
	font:bold .975em;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000066;
	padding: 2px;
}
*/
/* Both date items are SPANs inside the headline DIV */


/* Date at end of headline */

.newsDetailDate1 {
font:italic .925em Arial, Helvetica, sans-serif;
color:#333333;
}
.newsDetailHeadline A {
	text-decoration: none;
	color: #FFFFFF;
}
.newsDetailHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}

/* News Body div */

.newsDetailBody {
	text-decoration: none;
	padding: 2px;
}
.newsDetailBody A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
/*
.newsArticleDiv {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
	margin-bottom: 5px;
}
/* Date at front of list item */
.newsArticleDate {
	font:italic .925em;
	
}
/* Date at end of list item */
.newsArticleDate1 {
	font-weight: normal;
	display: none;
}
*/
/* Each list item */
/*
.newsArticleList {
	text-decoration: none;
	padding: 0px 2px 2px;
}
.newsArticleList A {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}
*/