
/* CSS for the scroller */

#ajaxticker1 {
	width: 100%;
	height: 64px;
	border: none;
	padding: 2px;
	background-color: white;
}

#ajaxticker1 h5 {
 	color: #006600;
	font-family: Tahoma,sans-serif;
	margin: 3px 5px 3px 5px;
	text-align: center;	
}

#ajaxticker1 h4 {
 	color: #006600;
	font-family: Tahoma,sans-serif;
	margin: 8px 5px 3px 5px;
	text-align: center;
}

#ajaxticker1 a {
	text-decoration: none;
}

#ajaxticker1 a:visited {
	text-decoration: underline;
	color: #ff0000;
}

#ajaxticker1 a:link {
	text-decoration: underline;
	color: #ff0000;
}

#ajaxticker1 a:hover {
	text-decoration: underline;
	color: #0000ff;
}

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

.someclass{
}
