/*tratamento de link*/
a:link {
     text-decoration: none;
     color: #CC3401;
     font-weight:bold;
     }
     a:visited {
     text-decoration: none;
     color: #CC3401;
     font-weight:bold;
     }
     a:hover {
     text-decoration: none;
     color: #000;
     font-weight:bold;
     }
     a:active {
     text-decoration: none;
     color: #000;
     font-weight:bold;
     }
     
/*header*/
.header {
         background-image: url(../img/header.png);
         background-repeat: no-repeat;
         border: 0px solid orange;
         width: 100%;
         height: 65px;
}

.titulo{
	text-align:left;
	font-family:arial;
	font-weight:bold;
	font-size:16px;
	color:#666666;
	
}
.titulo_noticia{
	color:#464646;
	font-weight:bold;
	font-size:15px;
}
.texto{
	font-size: 11px;
	font-family: verdana;
	text-align: justify;	
}

.logo{
	  background-image: url(../img/logo.png);
	  background-repeat: no-repeat;
      height: 60px;
       
}
.botao {
		background-image: url(../img/barra_button.png);
		background-repeat: repeat-x;
		font-family: arial;		
		font-size: 14px;
		height: 20px;
		color: #fff;
}

.folter {
		 background-image: url(../img/barra_button.png);
		 background-repeat: repeat-x;
		 height: 12px;
}

.clip{
      background-image: url(../img/barra_button.png);
	  background-repeat: repeat-x;
	  color: #CC3401;
	  font-weight:bold;
	  font-family: arial;		
	  font-size: 14px;
	  height: 20px;
	  
}

.dest{
	  background-image: url(../img/border_tbl.png);
	  background-repeat: no-repeat;
	  font-family: arial;		
	  font-size: 14px;
}

.font{
	  background-image: url(../img/border_top.png);
	  background-repeat: no-repeat;
	  color: #000;
	  font-family: arial;		
	  font-size: 26px;
}
.linkclipping a:link{
	text-decoration: none;
     color: #636363;
     font-size:11px;
     font-family:arial;
     }
.linkclipping a:visited {
     text-decoration: none;
     color: #636363;
}
.linkclipping a:hover {
     text-decoration: none;
     color: #D70600;
}
.linkclipping a:active {
     text-decoration: none;
     color: #D70600;
}
