<!--
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
div{
padding:8px;
text-align:left;
font-weight: normal;
color: #000000;
border: 1px solid white;
}
.corpo {
	margin:0px 40px;
	padding:0px;
	font-weight: normal;
}
.etapa_concluida {
	color: #999999;
}
.etapa_atual {
	border: 1px solid #666666;
	background-color: #F9F9F9;
}
.etapa {
	color: #000000;
	text-align: left;
}
h1{
	font-size:180%;
	text-align: center;
	margin-bottom: 10px;
	color:#000099;
	margin-top:0px;
}
h2{
	font-size:x-small;
	margin-bottom:3px;
	margin-bottom: 5px;
	font-weight:bolder;
	font-size:x-small;
}

.descricao{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align: center;
	font-size: x-small;
	border: 1px solid #000000;
	background-color: #FFFFEE;
	margin-bottom:20px;
	padding:10px;
}
p {
	margin: 0px;
	padding:0px;
	margin-left: 5px;	
}

.etapa_atual .acao{
	color:#FF0000 ;
}

.menu, .menu a:link, .menu a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #777;
	text-decoration: none;
	line-height:15px;
}
.menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-small;
	color: #777;
	text-decoration: underline;
	line-height:15px;
}

h2 a:link, h2 a:visited{
	font-weight: bold;
	color:black;
	text-decoration: none;
}

h2  .link{
	margin-left:4px;
	font-size:xx-small;
	color:#666666;
	font-weight:normal;
}

-->