/**** NEWS SCROLLER ****/

	.scroller{
	color: #FFFFFF;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	}

.snippet{
	color: #4B4746;
	font-size: 11px;
	}
.headline{
	color: #BC9303;
	font-size: 11px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	}
a.b:link {
	color: #4B4746;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
a.b:visited {
	color: #4B4746;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS";
}
a.b:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #888280;
	font-family: "Trebuchet MS";
}
a.b:active {
	color: #4B4746;
	text-decoration: none;
	font-size: 11px;
	font-family: "Trebuchet MS";
} 


/* POINTER */

.news_pointer {
	cursor: pointer;
  /* for IE */
  filter: alpha(opacity = 100);
  /* CSS3 standard */
  opacity:1;
}

.news_pointer:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
}
hr {
	border: 0;
	color: #BDDCEB;
	background-color: #BDDCEB;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

