*{
	margin:0;
	padding:0;
	border:none;
}
body{
	text-align:center;
	background-color:#EFEFEF;
	scrollbar-face-color:#F0F0F0;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-3dlight-color:#F0F0F0;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#F0F0F0;
}
div#layout{
	width:750px;
	height:452px;
	margin:0 auto;
	margin-top:20px;
}
div#navegacao{
	width:750px;
	height:122px;
	margin:0 auto;
	float:left;
	text-align:left;
}
div#titulo{
	width:748px;
	height:20px;
	margin:0 auto;
	background-color:#FFFFFF;
	float:left;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	text-align:right;
	line-height:20px;
}
div#conteudo{
	width:748px;
	height:265px;
	margin:0 auto;
	background-color:#FFFFFF;
	float:left;
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	overflow:auto;
	text-align:justify;
}
div#base{
	width:748px;
	height:15px;
	margin:0 auto;
	background-color:#FFFFFF;
	float:left;
	border-left:1px #000000 solid;
	border-bottom:1px #000000 solid;
	border-right:1px #000000 solid;
}
div#rodape{
	width:750px;
	height:30px;
	margin:0 auto;
	float:left;
	text-align:right;
	margin-top:10px;
}
h1{
	font-family: Times New Roman;
	font-size:11pt;
	color:#666666;
	margin-right:35px;
}
p.corpo_texto{
	font-family:Times New Roman;
	font-size:11 pt;
	color:#666666;
	line-height:150%;
	padding:20px;
}
a{
	font-family:Times New Roman;
	font-size:11 pt;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}