/**
 * 									L A T E S T
 ******************************************************************************/

.news-latest-container {
	line-height: 1.25em;
}

dl.news-latest-item {
	margin-bottom: 1em;
}

.news-latest-item dt {
	margin-bottom: 0;
}
 
.news-latest-item a,
.box-02 .body a {
	text-decoration: none;
}

/*  ----------------------------------------------------------------------------
    AMENU VIEW
    --------------------------------------------------------------------------*/
    
    .news-amenu-container dl {
       border-bottom: 1px solid #e0e0e0;
       padding-bottom: 0.5em;
    }

        .news-amenu-item-year dd {
             
            font-size: 120%!important;
            margin: 0;
        }
        
/*  ----------------------------------------------------------------------------
    LIST VIEW
    --------------------------------------------------------------------------*/
    
    .news-list-date {
       margin: 0.8em 0 0.8em 0;
       font-weight: bold;
    }
    
    .news-list-image{
    	margin: 0.8em 0 0.8em 0;
    } 
    
    .news-list-morelink{
    	margin-bottom: 1.1em;
    } 
  
/*  ----------------------------------------------------------------------------
    SINGLE VIEW
    --------------------------------------------------------------------------*/  
    .news-single-img {
    	margin: 0.8em 0 0 0;
    }
    
    .news-contact-freetext {
    	margin-left: 1em;
    }
    
    
    
