body{
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	word-spacing: 3px;
	line-height: 22px;
	color: #000;
	background-color: #e3ddeb;
	/*background-color: #f6eccd;*/
}

table{
	background-color: #f6eccd;
}

#container{
	position: absolute;
	display: block;
	width: 775px;
	left: 50%;
	margin-left: -387.5px;
}

.borda-topo{
	border-top: 1px solid #443a52;
	border-left: 1px solid #443a52;
	border-right: 1px solid #443a52;
}

.borda-conteudo{
	border-left: 1px solid #443a52;
	border-right: 1px solid #443a52;
}

.borda-base{
	border-bottom: 1px solid #443a52;
	border-left: 1px solid #443a52;
	border-right: 1px solid #443a52;
}

h1{
	font-size: 18px;
	font-weight: inherit;
}

.texto{
	font-family: "Times New Roman", Times, serif;
	padding: 0 30px;
}

.bg-base{
	background: url(../img/bg_base_interna.jpg) no-repeat bottom;
}

.texto a{
	color: #097907;
}

#menu{
	position: relative;
	top: -5px;
	left: 0;
	width: 100%;
	height: auto;
	visibility: hidden;
}