<style>
html {
	font-family: verdana, arial,  sans-serif, "Times New Roman";
	font-size:12pt;
}
body {
	width:100%;
   background-color:#eeeeee;
}
#geral {
	width:800px;
}
#header {
	width:100%;
	height:100px;
	float:left;
   border: 1px solid #000000;
   background-color:#ffffff;
}
#header_logo {
	width:20%;
	height:100px;
	float:left;
	border:0;
}
#header_nome_principal {
	width:80%;
	float:left;
	padding-top:30px;
}
#navegador {
	width:100%;
	float:left;
	text-align:left;
	display:inline-block;
	overflow:hidden;
   background-color: #f2f2f2;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;
}
#content {
	width:100%;
	float:left;
   border: 1px solid #000000;
   background-color:#ffffff;
   padding-bottom: 10px;
}
#footer {
	font-family: verdana, arial,  sans-serif, "Times New Roman";
	font-size:6pt;
	font-color:#cecece;
}
.titulo1 {
	font-size:20pt;
}
.titulo2 {
	font-size:15pt;
}
.titulo3 {
	font-size:12pt;
}

.font_verde {
   color: #eeffee;
}
.font_roxo {
   color:#eeeeff;
}

.fundo_verde {
   background-color: #eeffee;
}
.fundo_roxo {
   background-color: #f2f2f2;
}

a:link, a:visited {
	color: #339933;
   font-family: arial,verdana, sans-serif, "Times New Roman";
   text-decoration: none;
   font-size:9pt;
}
a:hover {
	color: #cccccc;
   font-family:arial,verdana, sans-serif, "Times New Roman";
   text-decoration: none;
   font-size:9pt;
}
.box {
   border: 1px solid #000000;
   padding:10px;
   margin-top:20px;
   align:center;
	width:600px;
	background-color:#f2f2f2;
}
#tree_menu {
   border: 1px solid #000000;
   padding:10px;
   margin-top:20px;
   align:center;
	width:600px;
	background-color:#f2f2f2;
}
#mensagem {
   border: 1px solid #000000;
   background-color: #f2f2f2;
   padding:10px;
   margin-top:20px;
   text-align:center;
}
</style>

