html, body {
        height: 100%;
}
a {
        color: #023883;
        text-decoration: none;
}
a:visited {
        color: #023883;
}
a:hover {
        color: #023883;
        text-decoration: underline;
}
a:active {
        color: #023883;
}

a.link {color: #023883; text-decoration: none; }
a.link:link {color: #023883; text-decoration: none; }
a.link:visited {color: #023883; text-decoration: none;}
a.link:hover {color: #023883; text-decoration: underline;}
a.link:active {color: #023883; text-decoration: underline;}

.content_header {
        font-size: 18px;
        font-weight: bold;
        color: #757575;
}

.breaking_news_box {
        white-space: nowrap; width: 960px; overflow: hidden;
}

.breaking_news{
        font-size:11px;
        font-weight:bold;
        color:#8f8f8f;
        white-space:nowrap;
}

.ticker_news1:link {color: #33cdff; text-decoration: none; font-family: Arial;}
.ticker_news1:visited {color: #33cdff; text-decoration: none; font-family: Arial;}
.ticker_news1:hover {color: #33cdff; text-decoration: none; font-family: Arial;}
.ticker_news1:active {color: #33cdff; text-decoration: none; font-family: Arial;}
.ticker_news2:link {color: #e5ad4c; text-decoration: none; font-family: Arial;}
.ticker_news2:visited {color: #e5ad4c; text-decoration: none; font-family: Arial;}
.ticker_news2:hover {color: #e5ad4c; text-decoration: none; font-family: Arial;}
.ticker_news2:active {color: #e5ad4c; text-decoration: none; font-family: Arial;}


#scroller .ticker {
        font-weight: bold;
        color: #cccccc;
        background: #000000;
        height: 23px;
        padding: 0;
        width: 960px;
}
#scroller .ticker .one {
        float:left;
        margin:0 8px 0 8px;
        position: relative;
        top: 0px;
}
#scroller .ticker .two {
        float:left;
        position: relative;
        top: 0px;
}
#scroller .ticker .three {
        float:left;
        margin-top: 4px;
}

#scroller .ticker_spacer {
        display: inline-block;
        width: 100%;
}

#scroller .secondary_ticker {
    margin-top: 0 !important;
    background: #4D4D4D !important;
        position: relative;
}
.ie6 #scroller .secondary_ticker {
        height: 22px !important;
        overflow: hidden;
}
#scroller .secondary_ticker .left_corner {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
}
#scroller .secondary_ticker .right_corner {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
}


