        .gq {
		font-family:Verdana,Tahoma; font-size:13pt;        	
        }
	/* scroller CSS*/
	#pscroller2{
		width: 200px;
		height: 40px;
		border: 0px;
		padding-top:10px;
	}
	/*Sample CSS to style the two tickers in the demo*/

	.cnnclass{
	width: 365px;
	height: 270px;
	padding: 10px;
	background-color: #ffffff;
	border: 0px;
	margin-left: 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.*/
	}

	.cnnclass a{
	font-family:Verdana,Tahoma; font-size:8pt; color:#000000; text-decoration:none; font-weight:bold;
	}
	.cnnclass a:hover{
	font-family:Verdana,Tahoma; font-size:8pt; color:#FF6600; text-decoration:none; font-weight:bold;
	}


	.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-family:Verdana,Tahoma; font-size:9pt; color:#333333; text-decoration:none; 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*/
	font-family:Verdana,Tahoma; font-size:9pt; color:#333333; text-decoration:none; font-weight:normal;
	}