/***********************************************
/	Studio Viabr	02/02/07
/**********************************************/
/***********************************************
/	import Interna, Formulário, Links
/**********************************************/
@import url(inicial.css);
@import url(interna.css);
@import url(formulario.css);
@import url(texto.css);
@import url(paginacao.css);

* {
	position: static;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	font-family: "Trebuchet MS", Arial !important;
}
/***********************************************
/	Fundo site
/**********************************************/
.fundo {
	background: url(../imagens/fundo.jpg) no-repeat center top #000;
	text-align: center;
}
/***********************************************
/	Topo flash
/**********************************************/
#lbltopo {
	margin: 0px auto;
	padding-top: 13px;
	width: 779px;
	height: 110px;
}
/***********************************************
/	Conteúdo { Primeiro quadro }
/**********************************************/
#lblconteudo {
	width: 769px;
	/*border-top: 0px; border-bottom: 1px solid #666; border-left: 1px solid #666; border-right: 1px solid #666;*/
	padding: 4px;
	margin: 0px auto;
}

/***********************************************
/	Menu de atalho no rodapé
/**********************************************/
#lblmenu_atalho {
	/*border-top: 1px solid #d9d9d9;
	background-color: #333;*/
	clear: both;
	font-size: 10pt;
	height: 35px;
	padding-top: 5px;
}
#lblmenu_atalho ul li {
	display: inline;	
	padding-left: 5px; padding-right: 5px;
}
#lblmenu_atalho ul li a {
	border-bottom: 2px solid #272727;
	color: #999;
	text-decoration: none;
}
#lblmenu_atalho ul li a:hover {
	border-bottom: 2px solid #f69100;
	color: #999;
	text-decoration: none;
}
/***********************************************
/	Rodapé
/**********************************************/
#lblrodape {

	clear: both;
	height: 35px;
	padding: 10px;
}
#lblendereco {
	height: 35px;
	float: left;
	text-align: left;
	border-left: 4px solid #f69100;	
}
#lblendereco li {
	padding-left: 10px;
	font-size: 9pt;
	color: #999;
}
#lblcopyright {
	float: right;	
}
#lblcopyright li {
	font-size: 7pt;
	color: #999;
}