

#ticker_box {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

#ticker_box nobr {
    color:#EEEEEE;
}


#ticker_box a {
	text-decoration: none;
    color:#ee9104;
}

#ticker_box a:hover {
	text-decoration: underline;
    color:#ee9104;
}

#flash_banner{
	position: absolute;
	top: 25px;
	left: 59px;
	width: 710px;
	height: 82px;
}






