@charset "utf-8";

* 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.gif").substr(0,0)  
)  
:  
this.runtimeStyle.filter=""  
)  
);  
} 

* {padding:0; margin:0;}
body {background:url(../img/bg.jpg) center top repeat-x #fff;}
img {border:0;}
p {font-family:Arial, Helvetica, sans-serif; font-size:11px; color: #999; padding:0; margin:0;}
p.texto {padding-bottom:3px;}
p.titulo {font-weight:bold; font-size:12px; color: #666;}
p.subtitulo {font-weight:bold; font-size:12px; color: #FF9900;}
p.projeto {color: #FFCC00;}

#topo {height:630px;}
#conteudo {width:880px; margin:0 auto; padding:30px 60px 0 60px;}
#rodape {background:url(../img/bg154.jpg) repeat-x; height:154px; clear:both;}
#rodapemeio {width:860px; margin:0 auto;}

a:link,a:visited {text-decoration:none; color: #999;}
a:hover {text-decoration:underline; color:#FF9900;}
