/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsHomeDiv {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000066;
	background: #F1F8F8;
	border: 1px solid #006666;
	margin-bottom: 5px;
}
/* Headline div */
.newsHomeHeadline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #006666;
	background-image: url(images/R_re_bkgrnd2.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #006666;
	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 {
	text-decoration: none;
	color: #FFFFFF;
}
.newsHomeHeadline A:HOVER {
	color: #FFFFCC;
	text-decoration: underline;
}
/* 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: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	/*background: #F1F8F8;
	border: 1px solid #006666;*/
	margin-bottom: 5px;
	padding:0px;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}
/* Headline div */
.newsDetailHeadline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #123a69;
	border-bottom: 1px solid #006666;
	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: 2px;
}
.newsDetailBody A {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.newsDetailBody A:HOVER {
	color: #ff0000;
	text-decoration: underline;
}
.newsDetailBody a:visited {
	color:#ff0000;
}
/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	font: 11px Arial, Helvetica, sans-serif;
	width:100%;
	color: #006666;
	margin-bottom: 5px;
	background-image: url(../images/R_re_bkgrnd2.gif);
	background-repeat: repeat;
}
.newsArticleDiv A {
	color: #123a69;
	text-decoration: none;
}
.newsArticleDiv A:HOVER {
	color: #ffffff;
	text-decoration: underline;
}
.newsArticleDiv a:visited {

}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
	display: none;
}
/* Date at end of list item */
.newsArticleDate1 {
	font-size: .850em;
	color:#000000;
}
/* Each list item */
.newsArticleList {
	text-decoration: none;
	padding: 5px 2px 5px 18px;
	border-bottom:1px solid #8d0704;
	color:#123a69;
	font: 1.250em Arial, Helvetica, sans-serif;
}
.newsArticleList A {
	color: #123a69;
	text-decoration: none;
}
.newsArticleList A:HOVER {
	color: #ffffff;
	text-decoration: underline;
}