/*Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
\*/
* 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.png").substr(0,0)
														     )
															     :
																     this.runtimeStyle.filter=""
																	    )
																		  );
																		  }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.corpo {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
}
.fonte10Branca {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.fonte15Cinza {
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
}
.fonte11Cinza {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

.buscaTopo {
	background-image: url(imagens/caixas/buscaTopo.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 290px;
	background-position: center;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.buscaBaixo {
	background-image: url(imagens/caixas/buscaBaixo.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 290px;
}
.buscaMeio {
	background-image: url(imagens/caixas/buscaMeio.png);
	background-repeat: repeat-y;
	width: 290px;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.formulario {
	font-family: Tahoma;
	background-image: url(imagens/btns/fundoForm.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.TextArea {
	font-family: Tahoma;
	background-image: url(imagens/btns/fundoTextArea.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Caixa */
.conteudoTopo {
	background-image: url(imagens/caixas/topo.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 636px;
	background-position: center;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
.conteudoBaixo {
	background-image: url(imagens/caixas/baixo.png);
	background-repeat: no-repeat;
	height: 11px;
	width: 636px;
}
.conteudoMeio {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	background-image: url(imagens/caixas/meio.png);
	background-repeat: repeat-y;
	width: 636px;
}

/* Menu */
.menuEsquerdo {
	background-image: url(imagens/menu/esquerdo.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 5px;
}
.menu {
	background-image: url(imagens/menu/menu.png);
	background-repeat: repeat-x;
	height: 29px;
	width: 934px;
}

.menuDireito {
	background-image: url(imagens/menu/direito.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 5px;
}
	* {padding:0; margin:0;}
	.dropdown {float:left; padding-right:15px; text-align:center; background-position:center; z-index:400}
	.dropdown dt {padding:5px; text-align:center; background-position:center; cursor:pointer; background:url(images/header.gif)}
	.dropdown dt:hover {background:url(images/header_over.gif)}
	.dropdown dd {position:absolute; overflow:hidden; width:169px; display:none; background:#000000; z-index:300; opacity:0}
	.dropdown ul {width:165px; border:0px solid #000000; list-style:none; border-top:none}
	.dropdown li {display:inline}
	.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#FFFFFF; text-decoration:none; background:#000000; width:155px}
	.dropdown a:hover {background:#CDCDCD; color:#000000}
	.dropdown .underline {border-bottom:1px solid #CDCDCD}
/* Link */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Imagem_Esquerda{
float:left;
padding-right:5px;
padding-bottom:5px;
margin:0px;
}
.txtTitulo
{
	padding:5px;
	float: left;
	font-family: verdana;
	font-size: 18px;
	color: #30353F;
}
.txtFormularioTituloFundo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
}
.txtFormularioTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.letra-rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.borda-foto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}.bordatot {
	border: 1px solid #000000;
}.sim {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #CCCCCC;
}
.nao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #B9B9B9;
}
.pontoHorizontalBottom {
	background-image: url(imagens/pontinhoHorizontal.png);
	background-repeat: repeat-x;
	background-position: bottom;
}