/* 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 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:2px solid #1D9E55; 
	margin: auto;
}

.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;
}

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

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

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