/* 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: #000;
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	
}

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


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


.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;
}

/*****************/
.texto_branco_decoration {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco_decoration a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco_decoration a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}
.texto_branco_decoration a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0000FF; 
	text-decoration: underline;
}
.texto_branco_decoration a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: underline;
}

/****************/


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

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

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


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


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


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


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


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

.borda_img_branca { border: 2px solid #FFF; }

.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Arial;
	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;
	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; }

.linha_horizontal {border: #CCCCCC; border-bottom:1px solid #CCCCCC; }

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

.mapa_site_sec{
	border-bottom:1px dotted #8D8D8D; 
	border-left:1px dotted #8D8D8D; 
	padding-left:10px; 
	vertical-align:middle; 
	height:20px;
}
.mapa_site_prim {
	vertical-align:middle;
	text-align:right;
	height:26px;
	border-bottom:1px dotted #8D8D8D;
}