

	
	#dhtmlgoodies_marquee{
		/* general marquee layout*/
		
		height:18px;
		background-color: #955431;
		background-image:url('../images/kuru.png');
		
		
		/* End general marquee layout */
			
		position:absolute;
		left:0px;
		z-index:1;
		top:0;
		display:none;		
		width:99.7%;
		overflow:hidden;
		
	}
	
	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:relative;	
		color: #FABBBB;
		font-weight:bold;
		white-space:nowrap;
		overflow:hidden;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#042144;	
	}
	.greenText{
		color:#0F00a0;	
	}
