@charset "UTF-8";
/* CSS Document */
/*Sample CSS to style the two tickers in the demo*/


	

.gcbclass{
width: 383.5px;
padding-top:3px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
-moz-opacity: 0.8;
}

.gcbclass a:link{
color:#fff;
text-decoration: underline;
}

.gcbclass a:hover{
	color:#BF5111;
	text-decoration: underline;
}

.gcbclass a:visited{
	color:#1B5931;
	text-decoration: underline;
}


.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}