#ajaxticker1{
width: 320px;
height: 30px;
border: 0px ridge black;
padding: 5px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #978169;
}

#ajaxticker1 a:link {color: #CCCCCC;text-decoration: none}
#ajaxticker1 a:visited {color: #CCCCCC;text-decoration: none}
#ajaxticker1 a:active {color: #CCCCCC;text-decoration: none}
#ajaxticker1 a:hover {color: #CCCCCC;text-decoration: none;}

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


