/*Example CSS for demo ticker*/

#ajaxticker1{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.55em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	margin: 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*/
	background-color: #2C6985;
}
a.link:link,a.link:active,a.link:visited
{
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
a.link:hover
{
}
