.newstitle {
        font-weight: 600;   
         font-size: 14px;
         margin: 0px;
       	padding:10px; 
         color: #444444;
         text-decoration: none;
          background-color:transparent;
    }

.newstitle a , .newstitle a:visited {
         font-size: 14px;
           color: #444444;
           text-decoration: none;
           background-color:transparent;
        }

.newstitle a:hover {
           color: #CC762A;
           background-color:transparent;
           text-decoration: underline;
          }

.newstitle a:hover span {
          color: #CC762A;
}          



.newstitle span {
      color: #22459D;
      font-weight: bold;      
      font-size: 15px;
     }


.newsfull {
      /*    background-color: #FAFAFA; */
         font-size: 13px;
         margin: 0px;
       	 padding:15px; 
         color: #777777;
         line-height: 1.6em;                 
  }

.newsfull a , .newsfull a:visited  {
           font-weight: bold; 
           color: #3E5F92;
           text-decoration: underline;
           background-color:transparent;
          }
          
.newsfull a:hover {
           color: #DD9248;
           background-color:transparent;
           text-decoration: underline;
          }
          
.newsfull img {
       	 padding: 10px;
      	 padding-right: 15px;
       	 padding-left: 15px;  
  }          



