﻿.Article {

    /* Type */
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    font-weight: normal;
    
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    
    text-align: justify;

}

.Article h1 {

}

.Article h2 {

}

.Article h3 {

}

.Article h4 {

}

.News ul {     
     /* List */
     list-style-type: none;
     list-style-image: none;
     background: none;
     
     /* Box */
     margin: 0px;
     padding: 0px 0px 0px 0px;
}

.News li {
    /* List */
     list-style-type: none;
     list-style-image: none;
     background: none;
    
    /* Box */
     margin: 0px;
     padding: 0px 10px 10px 10px;
    
    /* Type */
    font-size: 13px;
    background: none;
}

.News li h1 {
    float: left;
    
    /* Type */
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    
    /* Box */
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.News li a {
     float: left;     
     
     /* Type */
     
     text-decoration: none;
     font-weight: bold;
}

.News .Summary {
    clear: both;
    
    /* Type */
    color: #666666;
    
    /* Box */
    margin: 0px 0px 5px 0px;
    padding: 2px 0px 5px 0px;
    
    /* Border */
    border-bottom: dotted 1px Gray;
}