/* CSS Document */
.borda_tabela {
background: #999999 ;
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00a0df;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.tabela{  
    border-style: solid; 
    border-color: #F0FAFC; 
    border-width: 3px; 
}
.link {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
a:visited {
	text-decoration: none;
	color: #00a0df;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #00a0df;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 11px;
	text-indent: 25px;
	text-align: justify;

	}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
}
.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 11px;
	font-weight: bold;
}
.estado {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00a0df;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.titulo {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #00a0df;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.fundo_degrade{
	background-image:url(images/fundo.jpg);
	background-repeat:repeat-y; background-position: center;
}
body {
	background-image:url(images/fundo_degrade.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	} 
.rodape_{
	font-family: Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	font-size: 10px;
}
.fundo_base{
	background-image:url(images/fundo_base.jpg);
	background-repeat:repeat-x;
}


