#news_lower_nav a {
        font-size:9pt;
        font-weight: bold;
        color: #E9E9E9;
        text-decoration: none;
}
#news_lower_nav a:hover {
        color: #CC0000;
}

.news_header {
        margin:1px 0px 1px 0px;padding:0;
        font-size:11pt;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Arial, Verdana, Tahoma, sans-seif;
}
.news_header a {
        font-size:11pt;
        border: 1px none;
        font-weight: bold;
        color: #E9E9E9;
        text-decoration: none;
}
.news_header a:hover {
        color: #E9E9E9;
        border-bottom:1px dashed #898989;
}

.news_date {
        font-size:9pt;
        font-weight: bold;
}
.news_text {
        font-size:8pt;
        color: #E9E9E9;
        padding:0px 3px 0px 5px;margin:0;
}
.news_readmore a {
        font-size:9pt;
        font-weight: bold;
        color: #E9E9E9;
        text-decoration: none;
        text-transform: uppercase;
}
.news_readmore a:hover {
        color: #CC0000;
        text-transform: uppercase;
}

