.newsItem
{
 font-size: 12px;
 font-family: tahoma;
 color: #565656;
 line-height: 20px;
 padding: 0px;
 width:100% ;  
 padding:4px;
 border-bottom: 1px dotted #000;
}

.news_title
{
 color: #890c0c;
 font-size: 16px;
 font-family: Arial;
 font-weight: bold;
}

.news_date
{
 float: left;
 width: 130px;
 text-align: left;
 font-family: tahoma;
 font-size: 10px;
 font-weight: bold;
 color: #890c0c;
}

.news_details
{
 font-size: 12px;
 font-family: tahoma;
 color: #565656;
 line-height: 20px; 
}

.news_more
{
 height: 20px;
clear: both;
bottom: -2px;
position: relative;
}

.newsImg img
{
 width:75px;
 height:75px;
}

.newsImg
{
 float: left;
 text-align: center;
 width: 76px;
 height: 76px;
 border: solid 1px #f3f3f3;
 margin: 5px;
}


div
{ 
 display:block;
}


.gvfooter
{
 float: left;
 width: auto;
}


.gvfooter a{
background-color: #B98647;
color: #000 !important;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 7px;
padding-left: 7px;
font-weight: bold;

}


.gvfooter span{

 background-color: #87807a;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-right: 7px;
 padding-left: 7px;
 color: #000 !important;

}

.gvfooter a:hover {
  background-color:#87807a; 
}


