/* %~%@ < 1.000 > @%~% */
/* %~%# < 12/03/2004 > #%~% */
/* %~%! < news > !%~% */
/*
----------------------------------------------------------------------------------------------------
  Styles for the Home page news display
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
h6 {
font:bold .700em Arial, Helvetica, sans-serif;
color:#CCCCCC;
text-align:center;
margin:0 0 2px 0;
padding:0px;
text-decoration:underline;
}
.newsHomeDiv {
	font:Arial, Helvetica, sans-serif;
	color: #ffffff;
	/*  background: #F4F4FF;
	border: 1px solid #ffffff; */
	margin-bottom: 5px;
		width: 250px;

}
#webNews {
/*	width: 250px;
	height: 150px;
	margin: auto;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	margin-top:12px;
	background:url(../images/x.png);*/
	
	float: right;
	width: 275px;
	height: 155px;
	margin-top: 15px;
}

/* Headline div */
.newsHomeHeadline {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	/*  background: #3366CC; */
	border-bottom: 1px solid #f38534;
	padding: 2px 0 4px 0;
}
/* 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: #f0d8bb;
	text-decoration: underline;
}
/* News Body div */
.newsHomeBody {
	text-decoration: none;
	padding: 2px;
		display: none;
}
.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:Arial, Helvetica, sans-serif;
	color: #ffffff;
	/* background: #F4F4FF; */
	border-bottom: 3px solid #ffffff;
	margin-bottom: 5px;
}
/* Headline div */
.newsDetailHeadline {
	font:bold .975em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	background: #738eb5;
	border-bottom: 1px solid #ffffff;
	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{
	outline: none;
	color: #ff7800;
}

.newsDetailHeadline a:hover{
	color: #fff;
}
/* News Body div */
.newsDetailBody {
	font:.950em Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 6px;
}

.newsDetailBody a{
	outline: none;
	color: #ff7800;
}

.newsDetailBody a:hover{
	color: #fff;
}
/*--------Glossary links----------*/
a.gHilite{
color:#6e9ee6;
}
a:hover.gHilite {
color:#ffffff;
text-decoration:none;
}

/*
----------------------------------------------------------------------------------------------------
  Styles for the news article list
----------------------------------------------------------------------------------------------------
*/
/* Parent DIV */
.newsArticleDiv {
	margin: 12px 0 25px 0;
}
/* Date at front of list item */
.newsArticleDate {
	font-weight: normal;
}
/* 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{
	outline: none;
	color: #ff7800;
}

.newsArticleList a:hover{
	color: #fff;
}

