/*CSS for ticker*/

#ajaxticker1{
width: 98%;
height: 38px;
align: center;
/*border: 3px ridge #666600;*/
padding: 5px;
background-color: #FEEEB8;
}
#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: #FEEEB8;
}
.scroll{ 
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.scrollhead{ 
	font-family: Century Gothic;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	text-align: center;
}
.scroll a:{
	text-decoration: none;
	color: #990000;

}
.scroll a:hover{
	text-decoration: underline;
	color: #990000;

}
.scroll a:visited{
	text-decoration: none;
	color: #663300;

}
.scroll a:active{
	text-decoration: underline;
}

