/* 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: #015CA3;
	
}

* {
 	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:#015CA3; }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.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: none;
}
.texto_branco a:active {
	font-family: arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}



.texto {
	font-family: arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:link {
	font-family: arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto a:visited {
	font-family: arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto a:hover {
	font-family: arial;
	font-size: 11px;
	color: #7A7776;
	text-decoration: underline;
}
.texto a:active {
	font-family: arial;
	font-size: 11px;
	color: #000;
	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:11px;
	font-family:arial;
	color:#7A7776.
}


.rodape {
	font-family: arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.rodape a:link {
	font-family: arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.rodape a:visited {
	font-family: arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
.rodape a:hover {
	font-family: arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
}
.rodape a:active {
	font-family: arial;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}


.titulo {
	color:#8A8887;
	font-size:11px;
	font-family:Arial;
	text-decoration: none;
	
}
.titulo a:link {
	color:#8A8887;
	font-size:11px;
	font-family:Arial;
	text-decoration: none;
}
.titulo a:visited {
	color:#8A8887;
	font-size:11px;
	font-family:Arial;
	text-decoration: none;
}
.titulo a:hover {
	color:#4B4B4B;
	font-size:11px;
	font-family:Arial;
	text-decoration: underline;
}
.titulo a:active {
	color:#8A8887;
	font-size:11px;
	font-family:Arial;
	text-decoration: none;
}




.form {
	font-family: arial;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
	border:1px #CCCCCC solid;
}


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


.borda_padding { padding: 6px; }


.tabelinha_escura {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	background-color:#E6E6E6;
 	border: 1px solid #FFF;

}

.tabelinha_clara {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	background-color:#f3f3f3;
 	border: 1px solid #FFF;
}

.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	background-color:#CDCDCD;
	text-decoration: none;
 	border: 1px solid #FFF;
}

.tabelinha_satisfacao {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	background-color:#CDCDCD;
	text-decoration: none;
 	border: 1px solid #FFF;

}

.tabelinha_escura_radio {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	background-color:#E6E6E6;
 	border: 1px solid #FFF;

}

.tabelinha_clara_radio {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
	text-align:center;
	vertical-align:middle;
	background-color:#f3f3f3;
 	border: 1px solid #FFF;
}

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

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


