/* Start of CMSMS style sheet 'news.css' */
div#news {
    line-height:18px;
    background-color:#ffffff;
}


    div#news .itemlist, div#news .item{
        padding-bottom:5px;
        margin-bottom:5px;
    }
    
    div#news .item{
        /*border-bottom:1px dotted #aaaaaa;*/
    }
    
    
    div#news .date{
        font-size: 11px;
        color:#a5a5a5;
    }
    
    div#news .title{
        font-size: 13px;
        padding-top:3px;
        padding-bottom:3px;
        font-weight:bold;
        color:#3463c9;
    }
    

    div#news a{
        color:#444445;
        font-weight:bold;
        text-decoration:none;
    }
    
    div#news a:hover{
        text-decoration:underline;
    }
    
    div#news .summary{
    
    }
    
    div#news .viewAllLink{
        text-align:right;
        padding-bottom:4px;
        border-bottom:1px dotted #aaaaaa;
    }
    
        div#news .viewAllLink a{
            color:#3463c9;
            font-weight:normal;
        }


.allItemsNews a{
       font-weight:bold;
      text-decoration:none;
}
/* End of 'news.css' */

