/*CSS for ajax ticker*/
/*=============== compulsary ===============*/
#ajaxticker1{
	/*width: 200px;*/
	height: 25px;
	padding: 4px 3px 3px 10px;
	background-color: #3B6185;
	color: #FFFFFF;
}

#ajaxticker1 div{ 
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #3B6185;
}

/*=============== class to apply to your scroller(s) if desired ===============*/
.ajaxtickerStyle{
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	font-style: italic;
}