/*Example CSS for demo ticker*/

#ajaxticker1 {
		width: 355px;
		height: 144px;
		border: 0px none #ffffff;
		padding: 0px;margin: 0px;
		background-color: #0A327A;
		color: #ffffff;
		font-size: 12px;
		font-family: Verdana,Arial;
}

#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: #0A327A;
}

.tickerclass {
	color: #ffffff;
	font-size: 10px;
}


#ajaxticker1 h2 {
	color:#33CCCC;
	font-size:17px;
	font-weight:bold;
}

#ajaxticker1 h3 {
	color:#33CCCC;
	font-size:16px;
	font-weight:bold;
}

#ajaxticker1 h4 {
	color:#33CCCC;
	font-size:14px;
	font-weight:bold;
}