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

table {
	margin: auto;
}

.borda_tabela {/* border:0px; */background-color:#FFF; }


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

.texto_azul{
	font-family: Arial;
	font-size: 11px;
	color: #002490;
	text-decoration: none;
}
.texto_azul a:link {
	font-family: Arial;
	font-size: 11px;
	color: #002490;
	text-decoration: none;
}
.texto_azul a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #002490;
	text-decoration: none;
}
.texto_azul a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #4D71DD;
	text-decoration: underline;
}
.texto_azul a:active {
	font-family: Arial;
	font-size: 11px;
	color: #002490;
	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: #0B2F85;
	text-decoration: underline;
}
.texto a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

.texto_branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

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

.texto_cinza {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_cinza a:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_cinza a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.texto_cinza a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.texto_cinza a:active {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	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: 10px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}


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

.titulo2 {
	color:#336699;
	font-weight:bold;
	font-size:11px;
	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_azul { border: 1px solid #00228B; }

.borda_padding { padding: 6px; }

.tabela_escura {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color:#DCDCDC;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
}

.tabela_clara {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	background-color:#EFF0F0;
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
}


.tabelinha_cabecalho {
	font-family: Arial;
	font-size: 11px;
	background-color:#EFF0F0;
	color: #336699;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	text-decoration: none;
}

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

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

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

.fundo_menu { 
	background-image:url(imagens/fundo_menu_14.gif);
	background-position:center;
	background-repeat:no-repeat;
}

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

.background_right { 
	background-position:right;
	background-repeat:no-repeat;
}

.background_linha { 
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(imagens/linha_azul_15.gif); }
	
.voce_esta {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.voce_esta a:link {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.voce_esta a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.voce_esta a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #9D9D9D;
	text-decoration: none;
}
.voce_esta a:active {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}