body, html
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-style: italic;
	background-image: url(../Imagens/Base/fundo_pagina.jpg);
}
a
{
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	font-style: italic;
	text-decoration: none;
}
a:hover
{
	font-family: Tahoma;
	font-size: 12px;
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}
a:visited
{
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	font-style: italic;
}
a:active
{
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	font-style: italic;
}
#lt_topo
{
	position: relative;
	width: 100%;
	height: 170px;
	top: 0px;
	left: 0px;
	background-image:url(../Imagens/Base/fundo_topo.jpg);
	background-repeat: repeat-x;
	z-index: 0;
}
#lt_containertopoconteudo
{
	position: relative;
	width: 1000px;
	height: 170px;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}
#lt_logotipo
{
	position: relative;
	width: 330px;
	height: 170px;
	top: 0px;
	float: left;
	margin-left: 0px;
	background-image: url(../Imagens/Base/logotipo.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}
#lt_menu
{
	position: relative;
	width: 728px;
	height: 40px;
	left: 272px;
	top: -40px;
	z-index: 1;
}
#lt_central
{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	z-index: 1;
	background-image: url(../Imagens/Base/fundo_central.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#lt_rodape
{
	position: relative;
	width: 100%;
	height: 150px;
	margin-top: 0px;
	left: 0px;
	background-image:url(../Imagens/Base/fundo_rodape.jpg);
	background-repeat: repeat-x;
	z-index: 0;
}
#lt_endereco
{
	position: relative;
	width: 520px;
	height: 100px;
	top: 30px;
	left: 50%;
	margin-left: -260px;
}
#lt_copyright
{
	position: relative;
	width: 1000px;
	height: 22px;
	top: 50px;
	left: 50%;
	margin-left: -500px;
	background-image: url(../Imagens/Base/Copyright.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

