﻿.latest-news h1
{
 font-size: 13px;
 color: #0b539b;
 font-weight: bold;   
}
.latest-news h2
{
 font-size: 10px;
 color: #0b539b;
 font-weight: bold;   
 margin:0; padding:0;
}
.latest-news ul li
{
    list-style-type:none;
    margin-left: -40px;
    margin-bottom:20px;
    
    border-top: solid 1px #0b539b;
    padding: 6px 0 0 0;
    color:#014991;
font-size:10px;
font-weight:normal;
line-height:13px;

}
.latest-news
{
 margin-top: 18px;   
}