.latest_news_row_content {
    background:url("../images/arrow_latest_news.gif") no-repeat scroll 100% 50% transparent;
    border-bottom:1px solid #E8E8E8;
    margin:0 auto;
    overflow:hidden;
    padding:14px 12px 14px 0;
  /*  width:406px; */
    font-family:Arial,Helvetica,sans-serif;
}

.latest_news_row_content .allmode_date {
     color:#85817D;
     display:inline;
     float:left;
 /*  font-size:110%; */
     font-size:80%;
     margin: 9px 0;
     font-weight:normal;
}


.latest_news_row_content h1 {    
     display:inline;
     float:right;
     width:82%;
     font-size:110%;
/*   font-size:130%; */
/*   font-size:110%;
     text-transform:uppercase;
     letter-spacing:2px;  */
}

.latest_news_row_content h1 a {
     color:#016EA9;
     
}

.latest_news_row_content h1 a:hover {
       text-decoration: none;
       font-weight: bold;
       color: #053460;
}


