.bodyPreto
{
    margin: 0;     
    background-color:Black;
}
.rectanguloAzulado {
	background-color: #6666ff;
}
.rectanguloVerde {
	background-color: #99ff00;
}
.tabelaBorder {
	border: 1px solid #000000;
}

/*border na opção superior*/
.tabelaBorderBottom {
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}

/*efeito de sombra*/
.tabelaBorder3D {
	border-top: 1px none #000000;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
	border-left: 1px none #000000;
}

/*border para coluna de texto*/
.tabelaBorderCinza {
	border: 1px solid #e0e0e0;
}



div#layerAreaTexto
{
	position:static; 
	top:0px;
	left:0px;
	width:450px;
	height:280px;
	overflow:auto; 
	font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
	font-size:0.8em;
	color:#4f4f4f;
}


div#layerTopo
{
	position:relative; 
	left:0px; 
	top:0px; 
	width:884px; 
	height:100px; 
	z-index:5;   
	text-align:left;
}

div#layerLogo
{
	position:absolute; 
	left:582px; 
	top:12px; 
	width:116px; 
	height:115px; 
	z-index:1100;
}

div#layerMenu
{
	position:absolute; 
	left:0px; 
	top:30px; 
	/*top:50px; */
	width:884px;
	/*height:50px;*/  
	height:110px; 
	z-index:10;
}

div#layerLinkCima
{
	position:absolute; 
	left:40px; 
	top:30px; 
	width:50px; 
	height:20px; 
	z-index:3;
}

div#layerLinkBaixo
{
	position:absolute; 
	left:40px; 
	top:200px; 
	width:50px; 
	height:20px; 
	z-index:4;
}

div#layerDestaque
{
	position:relative; 
	left:0px; 
	top:0px; 
	width:700px; 
	height:240px; 
	z-index:2;
}

.textoPequeno
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:10px;
    color:#333333;    
}
.textoPequenoClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:10px;
    color:#777777;    
}

.textoPequenoMuitoClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:10px;
    color:#999999;    
}

.textoNormal
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:12px;
    color:#333333;    
}

.textoNormalClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:12px;
    color:#777777;    
}

.textoNormalMuitoClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:12px;
    color:#999999;    
}

.textoNormalMaior
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:13px;
    color:#333333;  
    text-decoration:none;  
}

.textoNormalMaiorClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:13px;
    color:#777777;    
}

.textoNormalMaiorMuitoClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:13px;
    color:#999999;    
}


.textoGrande
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:14px;
    color:#333333;  
    text-decoration:none;  
}

.textoGrandeClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:14px;
    color:#777777;    
}

.textoGrandeMuitoClaro
{
    font-family:Tahoma, TradeGothic LH Extended, Trebuchet MS, TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:14px;
    color:#999999;    
}

/*
.linkVerde a;
{
    font-family:TradeGothic LH Extended, Trebuchet MS, Verdana, Arial;
    font-size:11px;
    text-decoration: none;	
    color:#99ff00;    
}
*/

  .ligacaoNormal a:link {text-decoration: none; color: #6666ff;}
  .ligacaoNormal a:visited {text-decoration: none; color: #6666ff;}
  .ligacaoNormal a:hover {text-decoration: none; color: #99ff00;}
  .ligacaoNormal a:active {text-decoration: none; color: #6666ff;}


