/*CSS ticker*/
#ajaxticker1{
width: 205px;
height: 214px;
border: 0px ridge #EAEBEB;
padding: 5px;
background-color: #EAEBEB;
}

#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: #EAEBEB;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}

.tickerclass{ 
font-size:11px;
color:#8A8C8D;
}
.message {
	font-size: 11px;
	text-align: justify;
	font-weight:normal;
	font-style:normal;
	display:block;
}
