/* CSS Document */
#ajaxticker1{
	background-color: #f0f0f0;
	text-align:left;
	border-bottom:#898fa0 solid 1px;
	border-top:#898fa0 solid 1px;
	border-left:#898fa0 solid 1px;
	border-right:#898fa0 solid 1px;
	padding: 4px 4px 4px 4px;
	background-position:center;
	background-repeat:repeat-y;
	width: 180px;
}

#ajaxticker1 div{ 
	background-color: #f0f0f0;
	width: 187px;
	height: 200px;
	background-position:center;
	background-repeat:repeat-y;
}

#ajaxticker1 a { 
	color:#0a1e58;
	font-size:14px;
	font-weight:bold;
}
#ajaxticker1 a:visited { 
	color:#0a1e58;
	font-size:14px;
	font-weight:bold;
}
#ajaxticker1 a:active { 
	color:#0a1e58;
	font-size:14px;
	font-weight:bold;
}
#ajaxticker1 a:hover { 
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
#tickerdata {
	font-size:11px;
	font-weight:bold;
	cursor:hand;
}
#tickertesto {
	font-size:13px;
	cursor:hand;
}
.someclass{ 
}

