/* CSS Document */

.destaque_txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold
}

.txtHome {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0A0A0;
}

.linkNews a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4C4C4;
	font-weight: bold;
	text-decoration: none;
}
.linkNews a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4C4C4;
	font-weight: bold;
	text-decoration: underline;
}
.linkNews a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C4C4C4;
	font-weight: bold;
	text-decoration: none;
}





.campos { 
background-color: #303030; 
font: 10px Arial, helvetica, sans-serif;
color:#ECBF1D;
border:1px solid #ECBF1D;
}



.tabela {
	border-collapse: collapse;
	border:0px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:#A0A0A0;
	background-color:#373737;
	letter-spacing: normal;
	word-spacing: normal;
	}
.table_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color: #000000;
	background-color: #ECBF1D;
	}
	
.table_subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color: #ffffff;
	font-weight: bold;
	}	
	.borda-cinza {
	border: 1px solid #F0F0F0;
}
.borda-cinza2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
}

