/* atribue parâmetros a todas as páginas */ 
* html img/**/ {  
  
filter:expression(  
this.alphaxLoaded ? "" :  
(  
this.src.substr(this.src.length-4)==".png"  
?  
(  
(!this.complete)  
? "" :  
this.runtimeStyle.filter=  
("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+  
(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+  
String(this.alphaxLoaded=true).substr(0,0)+  
(this.src="imagens/blank.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
}

body {
	background-color: #1A61B2;
}

* {
 	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin: auto;
	list-style-type:none;
	font-size:12px;
	font-family:Arial;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto_cinza {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: none;
}

.texto_cinza a:link {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: underline;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: none;
}


.texto_cinza_forte {
	font-family: Arial;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
}
.texto_cinza_forte a:link {
	font-family: Arial;
	font-size: 12px;
	color:#4C4C4C;
	text-decoration: underline;
}
.texto_cinza_forte a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
}
.texto_cinza_forte a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #7F7F7F;
	text-decoration: underline;
}
.texto_cinza_forte a:active {
	font-family: Arial;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
}

.texto_preto {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:link {
	font-family: Arial;
	font-size: 12px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

.texto_branco {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:link {
	font-family: Arial;
	font-size: 12px;
	color:#FFF;
	text-decoration: none;
}
.texto_branco a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.texto_branco a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco a:active {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

/* ############################################## */
/* ..Outros.. */
/* ############################################## */
.texto_destaque {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #605D5C;
	text-decoration: none;
}

.texto_destaque_preto {
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}


.negrito {
	font-weight:bold;
	font-size:18px;
	font-family:Arial;
	color:#000.
}


.rodape {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

.rodape_azul {
	font-family: Arial;
	font-size: 11px;
	color: #A3CEE3;
	text-decoration: none;
}


.rodape_azul a:link{
	font-family: Arial;
	font-size: 11px;
	color: #4FDFDF;
	text-decoration: none;
}
.rodape_azul a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #4FDFDF;
	text-decoration: underline;
}

.rodape_azul a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #4FDFDF;
	text-decoration: none;
}
.titulo {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}


.form {
	font-family: Arial;
	font-size: 12px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


.borda_img { border: 5px solid #CCC; }


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.no-repeat {background-repeat:no-repeat; }

.repeat-x {background-repeat:repeat-x; }

.repeat-y {background-repeat:repeat-y; }

.background_bottom { background-position:bottom; background-repeat:no-repeat }
.background_center { background-position:center; background-repeat:no-repeat }

.texto_sep { 
	line-height:20px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}


