body
{
    padding: 0;
    margin: 0px;
    topmargin: 0px;
    leftmargin: 0px;
    rightmargin: 0px;
    bottommargin: 0px;
    marginwidth: 0px;
    marginheight: 0px;
    background-color: #000000;
	font-family:Arial; 
	color:#848484; 
	font-size:10px; 
}

/****************Camadas Default**************/
.BG
{
	position:absolute;
	width:780px; 
	height: 100%; 
	z-index: 0; 
	left:0px; 
	top: 0px;
}
.TOPO
{
	position:absolute;
	width: 780px; 
	height: 70px; 
	z-index: 1; 
	left: 0px; 
	top: 0px; background-image:url('../imagens/banner/banner.jpg'); 	
}
.MENU
{
	position:absolute;
	width:780px; 
	height: 30px; 
	z-index: 1; 
	left: 0px; 
	top: 73px; 	
}
.ALVO
{
	position:absolute;
	width:780px; 
	height: 471; 
	z-index: 1; 
	left: 0px; 
	top: 108px; 	
}
.FUNDO
{
	position:absolute;
	width:780px; 
	height: 20; 
	z-index: 1; 
	left: 0px; 
	top: 580px; 
	background-image:url('../imagens/fundos/camada_fundo.jpg');
}
/****************TEXTO**************/
.TEXTO
{
    font-family: 'Trebuchet MS' , Arial;
    color: #ffffff;
    font-size: 10pt;
    text-align: justify;
    font-weight: bold;
}
.TEXTO_PEQ
{
    font-family: 'Trebuchet MS' , Arial;
    color: #848484;
    font-size: 11px;
    text-align: justify;
}
.TEXTO_PEQ A:link
{
	font-family:Arial; 
	color:#848484; 
	font-size:10px; 
	text-align:justify;
    text-decoration:none;
}
.TEXTO_PEQ A:active
{
	font-family:Arial; 
	color:#848484; 
	font-size:10px; 
	text-align:justify;
	text-decoration:none;
}
.TEXTO_PEQ A:visited
{
	font-family:Arial; 
	color:#848484; 
	font-size:10px; 
	text-align:justify;
	text-decoration:none;
}
.TEXTO_PEQ A:hover
{
	font-family:Arial; 
	color:#848484; 
	font-size:10px; 
	text-align:justify;
	text-decoration:underline;
}
.TITULO
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:24px; 
	text-align:justify;
	font-weight:bold
}

.SUBTITULO
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:16px; 
	text-align:justify;
	font-weight:bold;
}
.COPYRIGHT
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	text-align:justify;
	text-decoration:none;

}
.COPYRIGHT A:link
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	text-align:justify;
    text-decoration:none;
}
.COPYRIGHT A:active
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	text-align:justify;
	text-decoration:none;
}
.COPYRIGHT A:visited
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	text-align:justify;
	text-decoration:none;
}
.COPYRIGHT A:hover
{
	font-family:Arial; 
	color:#ffffff; 
	font-size:11px; 
	text-align:justify;
	text-decoration:underline;
}

input, textarea
{
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    font-weight: normal;
    font-size: 8pt;
    background-image: none;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    font-family: 'Trebuchet MS' , 'Arial Narrow';
    background-color: transparent;
    color: white;
} 