/* CSS van Latest News Intro */

.latest_news_intro_row {
border-bottom:1px solid #E8E8E8;
margin:14px auto 0;
overflow:hidden;
padding-bottom:10px;
font-family:Arial,Helvetica,sans-serif;
/* width:406px; */
}

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

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

.latest_news_intro img {
/* border:5px solid #BEBCB7; */
display:inline;
float:left;
}

.latest_news_intro_content  {
display:inline;
float:right;
width:70%;
}

.allmode_readmore  {
background-image:url("../images/readon-bg.gif");
background-position:right center;
clear:both;
display:block;
float:right;
font-size:10px;
height:21px;
line-height:20px;
margin-right:30px;
margin-top:5px;
text-indent:8px;
text-transform:uppercase;
width:88px;
}

.allmode_readmore  a {
color:#505050;
}


