@import 'tooltips.css';
@import 'common.css';
#fma {
    background: url('_images/bg-fma-contact.jpg') top left no-repeat;
}
/*******************
 * Homepage News Listing
 *******************/
#news-list {
    background: url('_images/bg-home-news-list.jpg') top left no-repeat;
    float: left;
    margin-left: 25px;
    padding-right: 25px;
}
#news-list-title {
    font: 16px Arial, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 25px;
    margin-top: 20px;
}
.news-list-item {
    font: 11px Arial, Verdana, sans-serif;
    width: 150px;
    margin-left: 25px;
    margin-top: 15px;
}
.news-date {
    color: #003768;
}
.news-intro {
    color: #333333;
}
.news-read-more {
    color: #1b5e9f;
}
#news-list-bottom {
    display: block;
    background: url('_images/bg-home-news-list-bottom.jpg') top left no-repeat;
    width: 206px;
    height: 19px;
}