/* Alpha PNG support for IE  
------------------------------  
\*/  
* 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="blank.png").substr(0,0)   
)   
:   
this.runtimeStyle.filter=""  
)   
);   
}   
html, body {   
color:#000;
margin-top:0;
margin-left:0;
} 
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #1b4486;
	text-decoration: none;
	font-weight: bold;
}
.conteudo {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b4486;
	font-size: 11px;
	text-decoration: none;
}

.conteudo_branco {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B4486;
	text-decoration: none;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #1B4486;
	border-left-color: #1B4486;
}
.input_color {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B4486;
	text-decoration: none;
	background-color: #EFEFEF;
	border: 2px solid #FFFFA6;
}
