/*Sample CSS to style the two tickers in the demo*/

.cnnclass{
	width: 178px;
	padding: 4px;
	background-color: #CCCCFF;
	border: 1px #054573;
	margin-bottom: 1em;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	font-family: "Arial Narrow";
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #010C66;
}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 280px;
padding: 2px;
background-color: #00CCFF;
border: 1px solid #004A00;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}
.currentclass{
width: 280px;
padding: 5px;
background-color: #F3F3F3;
border: 2px solid #990099;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.rsstitle{
	font-weight: bold;
	font-family: Tahoma, Arial, Georgia;
	font-size: 12px;
	font-style: italic;
	color: #CCFFFF;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: #010C66;
font-size: 90%;
}

.rssdescription{
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

body,td,th {
	font-size: 11px;
}
.style2 {font-size: 16px}

