/* 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: #FFF;
	background-image:url(imagens/bg2.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:Verdana, Arial, Helvetica, sans-serif;
}
.borda_tabela {/* border:0px; */background-color:#FFF; }


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

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

.menu {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}
.menu a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}
.menu a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}
.menu a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #CC3101;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}
.menu a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
}

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


.negrito {
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7A7776.
}


.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	text-decoration: none;
}


.titulo {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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


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


.borda_img { border: 1px solid #223F6A; }


.borda_padding { padding: 6px; }


.tabelinha {
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-top-width: 1px solid #CCC;
	border-right-width: 1px solid #CCC;
	border-bottom-width: 1px solid #CCC;
	border-left-width: 1px solid #CCC;
}

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

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

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

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

.linha_clientes_cima {background-position:top; background-repeat:repeat-x; }

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

.right_bottom_no-repeat {
	background-position:bottom; 
	background-repeat:no-repeat; 
	background-position:right;
}
.right_repeat_y {
	background-position:right; 
	background-repeat:repeat-y; 

}

/*
.paginacao a {
	background-image: url(imagens/pag_cinza_21.jpg);
	width: 30px;
	display: table-row;
}

.paginacao .current {
	background-image: url(imagens/pag_vermelho_19.jpg);
	width: 30px;
	display: table-row;
}*/
