/* atribue parâmetros a todas as páginas */ 

body {
	background-color: #FFF;
}

* {
	
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;	
	margin: auto;
	list-style-type:none;
	font-size:11px;
	font-family:Arial;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_cinza a:link {
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.menu {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
.menu a:link {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}
.menu a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}
.menu a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration: underline;
}
.menu a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
}

.texto_preto {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:link {
	font-family: Arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}

.texto_branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:link {
	font-family: Arial;
	font-size: 11px;
	color:#FFF;
	text-decoration: none;
}
.texto_branco a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #605D5C;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
	color:#000;
}


.rodape {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.texto_vermelho9 {
	font-family: Arial;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
}

.texto_vermelho_claro9 {
	font-family: Arial;
	font-size: 9px;
	color: #D60000;
	text-decoration: none;
}


.titulo_branco {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}


.titulo_preto {
	color:#000;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
}

.titulo_cinza {
	color:#999999;
	font-weight:bold;
	font-size:26px;
	font-family:Arial;
}

.titulo_cinza20 {
	color:#999999;
	font-weight:bold;
	font-size:20px;
	font-family:Arial;
}

.titulo_cinza2 {
	color:#999999;
	font-size:20px;
	font-family:Arial;
}

.titulo_verde {
	color:#006633;
	font-weight:bold;
	font-size:16px;
	font-family:Arial;
}


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


.borda_padding { padding: 6px; }


.tabelinha_forte {
	font-family: Arial;
	font-size: 11px;
	background-color: #C2C2C2;
	color:#000;
	text-decoration: none;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	vertical-align:middle;
	text-align:center;
}

.tabelinha_media {
	font-family: Arial;
	font-size: 11px;
	background-color: #CDCDCD;
	text-decoration: none;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	vertical-align:middle;
	text-align:center;
	color:#000;
}

.tabelinha_clara {
	font-family: Arial;
	font-size: 11px;
	background-color: #DEDEDE;
	color:#000;
	text-decoration: none;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	vertical-align:middle;
	text-align:center;
}

.tabelinha_clara0 {
	font-family: Arial;
	font-size: 11px;
	background-color: #EAEAEA;
	color:#000;
	text-decoration: none;
	border-right: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	vertical-align:middle;
	text-align:center;
}

.tabelinha_branca {
	font-family: Arial;
	font-size: 11px;
	background-color: #FFF;
	color:#4C4C4C;
	vertical-align:middle;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;

}

.form {
	font-family: Arial;
	font-size: 11px;
	color:#4C4C4C;
	background-color:#E0E0E0;
	border:1px solid #CCC;
}

.no-repeat {background-repeat:no-repeat; }

.repeat-x {background-repeat:repeat-x; }

.repeat-y {background-repeat:repeat-y; }

.background_bottom-x { background-position:bottom; background-repeat:repeat-x; }

.background_rihgt-y { background-position:right; background-repeat:repeat-y; }

.background_center-x { background-position:center; background-repeat:repeat-x; }

.background_bottom { background-position:bottom; background-repeat:no-repeat; }


