/* CSS Document */

/*Example CSS for demo ticker*/

#ajaxticker1{
width: 800px;
height: 24px;
border: 0px solid #A9E3FA;
padding: 3px;
margin-top:0px;
}

#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*/
}

.someclass{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
