#base {
	position:absolute;
	left:50%;
	top:50%;
	width:760px;
	height:450px;
	z-index:4;
	margin-left: -380px;
	margin-top: -225px;
}
#menus {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:40px;
	z-index:10;
}
#conteudo {
	position:absolute;
	left:15px;
	top:20px;
	width:720px;
	height:410px;
	z-index:8;
	background-color: #FFFFFF;
	border: 4px solid #000000;
}
#texto {
	position:absolute;
	left:42px;
	top:52px;
	width:675px;
	height:378px;
	z-index:9;
	overflow: auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
.borda {
	border: 3px solid #999999;
}
