@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #B0C1C9;
}

/* Links */
.links {
	font: normal 12px verdana;
	color: #222633;
	text-decoration: none;
}
.links:hover {
	font: normal 12px verdana;
	color: #061f6e;
}

/* Texto */
.texto {
	font: normal 10px verdana;
	color: #666666;
	text-decoration: none;
	text-align:center;
}

/* Texto interno*/
.textointerno {
	font: normal 12px verdana;
	color: #333;
	text-align:justify;
	margin-left:10px;
	margin-right:10px
}

/* Titulo */
.titulo {
	font: normal 13px verdana;
	color: #222633;
	text-align:justify;
	margin-left:10px;
	margin-right:10px
}

/* Titulo */
.titulo2 {
	font: normal 14px verdana;
	color: #222633;
	text-align:center;
}

.estilo_busca{ 
		width:100px; 
		height:23px; 
		line-height:23px; 
		margin:0; 
		padding:0 0 0 5px; 
		background-image:url(../images/pesquisar_fundo.jpg); 
		background-repeat:no-repeat; 
		border:0;
		color:#666;
	}
	
	/* Busca */
.busca{
	font: bold 11px Verdana;
	color: #858585;
}
.caixaBusca{
	font: normal 11px Verdana;
	color: #858585;
	border: solid 1px #bfbfbf;
	width: 110px;
}

.linkvermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #1A406A;
	text-decoration: none;
	font-weight: bold;
}
.textoazul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
