.screenEsconde{
	display:none;
}

.texto {
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color:#666666 
}

.textoleft {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color:#666666; 
}

.textodestaque {
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	color:#666666; 
}

.textotabela {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color:#666666 
}

.titulo {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #CC0000;
	font-weight: bold
}

.titulopreto {
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold
}	
.borda {
    BACKGROUND-COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-COLOR: #999999;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10 px
}

.enquetesTexto {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	color:#666666; 
}


ul {list-style-image: url(../images/bullet.gif)
}

.iframe {
border-style:solid;
border-left-width:1px;
border-left-color:#dedede;
border-top-width:1px;
border-top-color:#dedede;
border-bottom-width:1px;
border-bottom-color:#dedede;
border-right-width:0px;
border-right-color:#f0f0f0;

}

a:link {color: #006699; text-decoration: underline}
a:visited {color: 014a6f; text-decoration: underline}
a:hover {color: #047ebb; text-decoration: underline}
a:active {color: #047ebb; text-decoration: underline}

a.especial:link {color: #000000; text-decoration: none}
a.especial:visited {color: 000000; text-decoration: none}
a.especial:hover {color: #ff0000; text-decoration: none}
a.especial:active {color: #ff0000; text-decoration: none}

.bordas_inferiores_esq{
 border-right:1px solid #000000;
 border-left:1px solid #000000;
 border-bottom:1px solid #000000;
}
.bordas_superiores_esq{
 border-top:1px solid #000000;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
}
.bordas_inferiores_dir{
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
}
.bordas_superiores_dir{
 border-top:1px solid #000000;
 border-right:1px solid #000000;
 border-bottom:1px solid #000000;
}
.bordas_laterais_esq{
 border-left:1px solid #000000;
 border-right:1px solid #000000;
}
.bordas_laterais_dir{
 border-right:1px solid #000000;
}