@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

* 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="/jportal/sites/novoPortal_unp/css/img/blankgif.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

body {
	background-image: url(img/bg-geral.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}

a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
border: 0;
}
#site {
	width: 1004px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}

