/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*

----------------------------------------------------------------------------------------------------
  Styles for the news detail display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsDetailDiv {
	font: 10px Georgia bold;
	color: #000066;
}
/* Headline div */
.newsDetailHeadline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #C93535;
}
/* Both date items are SPANs inside the headline DIV */
/* Date at front of headline */
.newsDetailDate {
	text-align:left;
	font-weight: normal;
}
/* Date at end of headline */
.newsDetailDate1 {
	font-weight: normal;
	display: none;
}
/* News Body div */
.newsDetailBody {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	text-align:left;
	text-decoration: none;
    padding-top:0px;
    padding-bottom:0px;
	padding-left: 2px;
    padding-right: 2px;
}
.newsDetailBody p{
padding:2px;
margin:0px;}

/*
----------------------------------------------------------------------------------------------------
  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-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: #000066;
	font-weight: bold;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #0000FF;
	text-decoration: underline;
}
