/* 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;
	/*width: 770px;*/
	
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #BAE2CB;
	scrollbar-3dlight-color: #FAFAFA;
	scrollbar-darkshadow-color: #BAE2CB;
	scrollbar-shadow-color: #D5D5D5;
	scrollbar-arrow-color: green;
	scrollbar-track-color: #F0F0F0;
	
}

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

.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #3D3D3D;
	text-decoration: none;
}
.texto a:link {
	font-family: Verdana;
	font-size: 11px;
	color:#0000FF;
	text-decoration: none;
}
.texto a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}
.texto a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
.texto a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}

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

.texto_destaque {
	font-weight:600;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	text-decoration: none;

}
  
.borda_geral {
	border:1px solid #8D8C8C;
}

.texto_branco {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

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

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

.borda_img {
	border: 1px solid #7F7F7F;
}

.titulo_forte {
	color:#494848;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:13px;
}

.titulo_fraco {
	color:#878787;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:13px;
}

.listas {
	line-height:7px;
}

.link_mais a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #1C77C0;
	text-decoration: none;
}
.link_mais a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #1C77C0;
	text-decoration: none;
}
.link_mais a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #1C77C0;
	text-decoration: none;
	border-bottom:2px dotted #039;
}
.link_mais a:active {
	font-family: Verdana;
	font-size: 10px;
	color: #1C77C0;
	text-decoration: none;
}
