body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-image:url(../_images/portugues/home/backgrounds/bg2.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	display:table;
	background-color:#b20000;
	
	font-family:Tahoma;
	font-size:11px;
	color:#4f4f4f;
		
}

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="../_images/portugues/home/transparencia.gif").substr(0,0)		 
		  :
		  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="../_images/portugues/home/transparencia.gif").substr(0,0)
		)
		:
		this.runtimeStyle.filter=""
	   )
	  );
	  border:none;
}


#trTopo {
	background-image:url(../_images/portugues/home/backgrounds/bg1.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	height:28px;
}
.textoPadrao {
	font-family:Tahoma;
	font-size:11px;
	color:#4f4f4f;
}

.tituloPadrao {

	font-family:Tahoma;
	font-size:11px;
	color:#4f4f4f;
}

#divConteudo {
	font-family:Tahoma;
	font-size:11px;
	color:#4f4f4f;
	text-align:justify;
	
	width:470px;;
}
