#news_table {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 1px solid #d5d2a7
    border-bottom: none;
    border-collapse: collapse;
    margin-top: 1.5em;
}

#news_table th { font-family: "Lucida Sans", Verdana, sans-serif; letter-spacing: .3em;
    text-transform: uppercase; font-size: 1.2em; font-weight: normal; padding: .5em; 
    background: url(/images/boxheaderbkg.gif) repeat-x top left; border-bottom: 1px solid #d5d2a7}
#news_table td { font-size: 1.1em; padding: .5em; border-bottom: 1px solid #ddd; }
#news_table .even td { background: #f7f7f7; }

.news_source { font-style: italic; }
#news_table a { font-size: 1.2em; }

#pagination_footer {
    height: 24px;
    background: url(/images/pagination_bg.gif) repeat-x top;
    border: 1px solid #ccc;
    padding: 2px;
    width: 100%;
}

#pagination_footer a {
    color: #333;
    font-size: 1.2em;
    text-decoration: none;
}

#pagination_footer .disabled {
    color: #777;
}

#pagination_footer #pagination_next {
    text-align: right;
}

#pagination_footer #pagination_next {
    text-align: right;
}