body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333300;
}
#loading {
	position:absolute;
	width:575px;
	height:208px;
	z-index:2;
	visibility: hidden;
}
.style4{ font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.textoPreto { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFCC; text-decoration:none; font-weight:bold;}
a.textoPreto:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#1C1C00; text-decoration:none; font-weight:bold;}
.style7{ font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.textoDourado {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration: none;
}
a.textoDourado:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFCC; text-decoration:none; font-weight:bold;}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999900;
	font-style: normal;
	font-weight: normal;
}
.textoLaranja {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.size11{
    font-size:11px; 
}
a.textoLaranja:hover {
	text-decoration: underline;
	color: #000000;
}
.textoCinza {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC66;
	text-decoration: none;
}
.textoMarrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AEAE00;
	text-decoration: none;
}
a.textoMarrao:hover {
	text-decoration: underline;
	color: #000000;
}

a.textoCinza:hover {
	text-decoration: underline;
	color: #000000;
}
.textoBranco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AEAE00;
}
.textoVermelho {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.textoGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}
.sombraI {
		background-image: none;
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/sombrai.png, sizingMethod='scale');
}

.sombraD
{
		background-image: none;
		background-repeat: repeat-y;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/sombrad.png, sizingMethod='scale');
}

.sombraE
{
		background-image: none;
		background-repeat: repeat-y;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/sombrae.png, sizingMethod='scale');
}

.fundoRodape {
		background-image: none;
		background-repeat: no-repeat;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/fundoRodape.png, sizingMethod='scale');
}

.bordaCinza {
	border: 1px solid #CCCCCC;
	color: #AEAE00;

}

.bordaAmarela {
	border: 1px solid #CCCCCC;
	color: #6A6A00;

}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333300;
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	cursor: hand;
}
p.author { width:32px; height:32px; display:block; margin-bottom:10px; }
p.author a { display:block; width:32px; height:32px; background:none; }
p.author a img{ border:0;}
p.author span { display:none; }

* 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="img/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}

* html input /**/ {
 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="img/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
