/* atribue parâmetros a todas as páginas */ 
body {
	background-color: #FFF;
	margin-top: 10px;
}

/* ############################################## */
/* Atribue a todas as páginas */
/* ############################################## */

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #BAE2CB;
	scrollbar-3dlight-color: #F1FAFF;
	scrollbar-darkshadow-color: #F1FAFF;
	scrollbar-shadow-color: #D5D5D5;
	scrollbar-arrow-color: #0C70A9;
	scrollbar-track-color: #F0F0F0;
}

/* ############################################## */
/* Todos os textos da index  */
/* ############################################## */

.texto_index {
	line-height:17px;
	font-family: Verdana;
	font-size: 11px;
	color: #3E3E3E;
	text-decoration: none;
}
.texto_index a:link {
	line-height:17px;
	font-family: Verdana;
	font-size: 11px;
	color:#344A79;
	text-decoration: none;
	border-bottom:none;
}
.texto_index a:visited {
	line-height:17px;
	font-family: Verdana;
	font-size: 11px;
	color: #344A79;
	text-decoration: none;
	border-bottom:none;
}
.texto_index a:hover {
	line-height:17px;
	font-family: Verdana;
	font-size: 11px;
	color: #344A79;
	border-bottom:1px dashed #344A79;
}
.texto_index a:active {
	line-height:17px;
	font-family: Verdana;
	font-size: 11px;
	color: #344A79;
	text-decoration: none;
	border-bottom:none;
}



/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}
.texto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#00923F;
	text-decoration: none;
	border-bottom:none;
}
.texto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #00923F;
	text-decoration: none;
	border-bottom:none;
}
.texto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #00923F;
	border-bottom:1px dashed #00923F;
}
.texto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #00923F;
	text-decoration: none;
	border-bottom:none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */

.borda_tabela {
/*	border:1px solid #102153;*/
}

.titulo {
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	color: #00923F;
	text-decoration: none;
}

.texto_destaque {
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
}


.texto_tabela {
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}

.titulo {
	font-weight:bold;
	color:#041C51;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

.borda_img {
	border: 1px solid #000;
}

.borda_logo {
	border: 1px solid #E8E8E8;
}

/*.fundo_tabela_index {
	background-color:#F2F2F2;
	border:1px solid #102153;
	padding:5px; 
}*/

.tabela_centro {
/*	padding:5px;*/
}

.cabecalho_tabela {
	background-color: #212F5E;
	font-weight:bold;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.fundo_tabela_escuro {
	background-color: #EFEEEE;
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}

.fundo_tabela_claro {
	background-color: #F6F6F6;
	font-family: Verdana;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}
