* {
   padding: 0; 
   list-style: none;
   text-decoration: none;
   vertical-align: middle;
   font: 13px "Courier New", Courier, monospace;
}
#head {
	text-align:center;
	width: 600px;
}
#visualiza {
   float: none;
   width: 600px;
   height: auto;
   display: block;
   padding-top: 15px;
   background-color: #ffffff;
   position: inherit; 
}
.table {
	width: 600px;
	border: 0px solid #000000;
}
.left {
	width: 200px;	
	border: 0px solid #000000;
}
.right {
	width: 400px;	
	border: 0px solid #000000;
}
.espaco {
	padding-right: 25px; 
}
.p {
    font: 15px "Courier New", Courier, monospace;
    padding-left: 10px;
    padding: 2px;
    display: block;
    color: #000;
    border: 1px solid #000;
    background: #e8e8e8;
    text-align: left;
}
/* tabelas de formação*/
#tableFormacao {
 text-align: center;
}
#tableFormacao th {
 background-color: #ccc;
}
#tablePesquisa {
  margin: 0 auto 0 auto;
}

#tablePesquisa th {
 background-color: #ccc;
 text-align: center;
}	
#tablePesquisa tr {
 font: 11px Arial, verdana;
 height: 20px;
 text-align: center;
}	
