body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #d7e4bd;
}

#barra_topo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #ffffff;
	z-index: -1;
}

#main {
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#header {
	background: url("fundo-header.png") top right no-repeat;
	border: 0px;
	margin: 0px;
	text-align: left;
}

#header h1 {
	font-family: Calibri, Verdana;
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 24pt;
}

#header h1:first-letter {
	font-size: 32pt;
}

#header, #barra_topo {
	height: 100px;
}

#content {
	text-align: justify;
	padding-top: 20px;
	font-family: Calibri, Verdana;
}

#content p {
	text-indent: 30px;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#content a {
	text-decoration: none;
	color: blue;
}

#content .passo {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url("passo.png") top left no-repeat;
	color: #000000;
	text-decoration: none;
	text-indent: 0px;
	font-size: 120px;
	text-align: center;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding: 0px;
	border: 0px;
}

#content table {
	border-collapse:separate;
	border-spacing:0px 0px;
	text-align: center;
}

#content tr {
	color: blue;
}

#content td {
	border-left: 2px solid #333333;
	border-top: 2px solid #333333;
	border-right: 0px;
	border-bottom: 0px;
	padding: 5px;
	font-size: 10pt;
}

#content tr.head {
	background: #000000;
	color: white;
}

#content tr.head td {
	border: 0px;
	font-weight: normal;
	font-size: 12pt;
}

#content tr.impar {
	background: #cbcbcb;
}

#content tr.par {
	background: #e7e7e7;
}

#content tr.last td {
	border-bottom: 2px solid #333333;
}

#content td.cat {
	width: 100px;
}

#content td.can, #content td.ins, #content td.fin, #content td.pre {
	width: 150px;
}

#content td.cat {
	font-weight: bold;
}

#content td.pre {
	border-right: 2px solid #333333;
}

#footer {
	width: 600px;
	margin: auto;
	padding-top: 20px;
	clear: both;
}

#footer .link_seta {
	display: inline-block;
	width: 110px;
	height: 65px;
	border: 0px;
	text-decoration: none;
	vertical-align: middle;
	
}

#footer .link_seta span {
	display: none;
}

#footer #seta_esq.link_seta {
	background: url("seta-esq.gif") top left no-repeat;
	margin-right: 100px;
}

#footer #seta_dir.link_seta {
	background: url("seta-dir.gif") top left no-repeat;
	margin-left: 100px;
}

#footer .link_menu {
	display: inline;
	color: #000000;
	text-decoration: none;
	font-family: Calibri, Arial;
	text-transform: uppercase;
	font-size: 24pt;
	font-weight: bold;
	clear: none;
	vertical-align: middle;
}
