/* 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: #333333;
	background-image:url(imagens/bg_04.jpg);

}

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

.borda_tabela { background-image:url(imagens/bg_04.jpg); }


/* ############################################## */
/* Todos os textos do site (exceto home) */
/* ############################################## */
.texto_preto {
	font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	text-decoration: none;
}
.texto_preto a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.texto_preto a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: underline;
}
.texto_preto a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}


.texto_preto10{
	font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.texto_preto10 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	text-decoration: none;
}
.texto_preto10 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.texto_preto10 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
.texto_preto10 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

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

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


.negrito13 {
	font-weight:bold;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}


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

.rodape_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #CCC;
	text-decoration: none;
}

.titulo {
	color:#8A8887;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}


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


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


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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; }



