#base {
	background: #807F82;
	width: 773px;
	margin: 0 auto;
}
td.cabecalho {
	height: 120px;
	font-size: 0;
	background: url(../images/cabecalho_fundo.jpg) no-repeat center;
	background-color:#005398;
}
td.rodape {
	height: 50px;
	font-size: 10px;
	background: url(../images/rodape_fundo.jpg) no-repeat center;
	background-color:#005398;
}
td.intermedio {
	height: 30px;
	font-size: 10px;
	background-color:#005398;
}
div.intermedio_left {
	float: left;
	height: 100%;
	width: 120px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	text-align: center;
	vertical-align: middle;
	background: #FF7802;
}
div.intermedio_center {
	float: left;
	height: 100%;
	width: 495px;
	border-bottom: 2px solid white;
	background: url(../images/intermedio_fundo.jpg) no-repeat center;
}

div.intermedio_right{
	float: right;
	height: 100%;
	width: 150px;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	background: #FF7802;
}

div.intermedio_left1{
	float: left;
	height: 100%;
	width: 120px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	background: #FF7802;
}

div.intermedio_center1{
	float: left;
	height: 100%;
	width: 495px;
	border-top: 2px solid white;
}

div.intermedio_right1{
	float: right;
	height: 100%;
	width: 150px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	background: #FF7802;
}

td.intermedio_left2{
	width: 120px;
	vertical-align: top;
	border-left: 2px solid white;
	border-right: 2px solid white;
	font-size: 11px;
	background: #FF7802;
}

td.intermedio_center2 {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 10px 20px;
	text-align: justify;
	vertical-align: top;
	border-right: 1px solid orange;
	border-left: 1px solid orange;
	background: white;
	font: 10pt/20px Verdana, Arial, Helvetica, sans-serif;
}

td.intermedio_right2 {
	width: 150px;
	text-align: center;
	vertical-align: top;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background: #FF7802;
}