@CHARSET "UTF-8";

#news-table {
	width: 100%;
}

#news-table .inside {
    padding: 5px 0px;
}

#news-table .viewItem {
    color: #6499c5;
}

#news-table tr {
    //height: 138px;
}

#news-table .inside a, #news-table .inside a:visited {
    text-decoration: none;
}

#news-table .inside a:hover {
    text-decoration: underline;
}

#news-table .readMore {
    font-style: italic;
    font-weight: bold;
}

/* Text and Links */
a.titleLink { text-decoration: none; }
a { text-decoration: none; }