/*
.news_ticker_box
{
    top: 13px;
    left: 0px;
    width: 907px;
    height: 33px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    line-height: 15px;
}


.ticker
{
	margin: 0px;
	padding: 9px 0px 8px 0px;
	float: left;
	overflow: hidden;
	width: 907px;
}

.ticker, .ticker a
{
    text-decoration: none;
    color: #666;
    font-size: 12px;
    text-shadow: #fff 0 1px 0;
}


.ticker, .ticker a:hover
{
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    
}

.ticker b.high {}

.ticker span { display: none; }
.ticker .active_ticker { display: block; }
*/

.news_ticker_box
{
    width: 212px;
    height: 70px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}


.ticker
{
	width: 190px;
	margin: 0px;
	padding: 0px 15px 0px 12px;
	font-weight: normal;
}

.ticker, .ticker a
{
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}


.ticker a:hover
{
    /*
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #2c64bf;
    */
    color: #2c64bf;
    text-decoration: none;
}

.ticker a b
{
	background-color: transparent;
	padding: 1px 2px 1px 3px;
	background-image: url("/images/marker_back.gif");
	background-repeat: repeat-x;
	margin-left: -2px;
	display: inline-block;
	text-shadow: #dedede 0 1px 0;
}


.ticker span
{
	display: none;
	background-color: transparent;
	background-image: url("/images/1blank.gif");
	background-position: left top;
	background-repeat: repeat;
	text-shadow: none;
}




.ticker .active_ticker { display: block; }
