body {
  margin: 0px;
  background-color: #fe8d03;
}

#div_fixa { 
  width: 214px; 
  text-align: center; 
  margin: 0 auto; 
  border: solid 2 #ffffff;
  left: 100%; 
  margin-left: -220px; 
  position: fixed; 
  *position: absolute; 
  background-color: #ff8f05; 
  top: expression( ( 0+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); 
} 

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #191919;
}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-decoration: normal;
  font-weight: bold; 
  color: #E4531A;
}
a:hover{
  text-decoration: normal;
  font-weight: bold; 
  color: #E4531A;
}

a.LinkGal:link {
				 font-size: 10pt;
         color: #790202;
         text-decoration: normal;
         font-weight: normal; 
}
a.LinkGal:visited {
				 font-size: 10pt;
         color: #790202;
         text-decoration: normal;
         font-weight: normal; 
}
a.LinkGal:hover {
				 font-size: 10pt;
         color:#5f5f5f;
         text-decoration: normal;
         font-weight: normal; 
}
a.LinkGal:active {
         color: #790202;
         text-decoration: normal;
         font-weight: normal; 
}


a.linkum:link {
  font-style: italic;
  text-decoration: normal;
  font-weight: normal; 
}
a.linkum:visited {
  font-style: italic;
  text-decoration: normal;
  font-weight: normal; 
}
a.linkum:hover {
  color:#AD1B1B;
  font-style: italic;
  text-decoration: normal;
  font-weight: normal; 
}
a.linkum:active {
  font-style: italic;
  text-decoration: normal;
  font-weight: normal; 
}

.MenuSup{
  text-align: center;
  color: #ffffff;
  margin: 0px;
  font-family: arial;
  font-size: 10pt;
  cursor: pointer; 
  cursor: hand;
}

.MenuPg{
  text-align: center;
  color: #111111;
  margin: 0px;
  font-family: arial;
  font-size: 10pt;
  cursor: pointer; 
  cursor: hand;
}

.MenuSupOff{
  text-align: center;
  color: #fdbe57;
  margin: 0px;
  font-family: arial;
  font-size: 10pt;
  cursor: pointer; 
  cursor: hand;
}

.MenuLat{
  width: 175px;
  color: #000000;
  margin: 0px;
  font-family: arial;
  font-size: 12pt;
  cursor: pointer; 
  cursor: hand;
}

.MenuLatOff_a{
  color: #AD1B1B;
  margin: 0px;
  font-family: arial;
  font-size: 12pt;
}

.MenuLatOff_b{
  background: #E86A05;
  color: #ffffff;
  margin: 0px;
  font-family: arial;
  font-size: 12pt;
}

.Tit1{
	font-size: 12pt;
	color: #d74407;
}

.Tit2{
	font-size: 10pt;
	color: #FFB400;
}

.Leg1{
  font-family: arial;
  font-size: 8pt;
  color: #990000;
  font-weight: bold;
  font-style: italic;
}

.Tarja{
  font-family: arial;
  font-size: 8pt;
  color: #e5e5e5;
}

.Caixa{
  font-family: arial; 
  font-weight: bold; 
  font-size: 10pt; 
  color: #626466;
  border: 2px solid #626466; 
  background: #ffffff;
}

img.Transp {
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}
