@charset "utf-8";
/* CSS Document */



/*Example CSS for demo ticker*/

#ajaxticker1{
	/* [disabled]width: 200px; */
	height: 50px;
	/* [disabled]border: 1px dashed #999; */
	/* [disabled]background-color: #FEEEB8; */
	color: #338099;
	font-size: 11px;
	padding: 15px;
}

#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*/
	/* [disabled]background-color: #FEEEB8; */
}

.someclass{ //class to apply to your scroller(s) if desired
}
.news h2 {
	color: #060;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	margin-bottom: 5px;
}
