/* CSS definitions for use with the Dynamic Drive RSS scroller sripts */

.ticker1 {
	font-family : Arial, Verdana, Helvetica ;
	font-size : 9pt ;
	color : #202020 ;
	width : 169px ;
	height : 200px ;
	background-color : #f8ffff ;
	border : 1px dashed #a0a0a0 ;
	padding : 4px ;
	overflow : hidden 
}

.rsstitle	{
	font-weight : bold ;
	font-size : 9pt 
}

.rssdate	{
	font-size : 95% ;
	color : gray 
}

.rssdescription {
	font-size : 9pt ;
	color : #202020 
}


