.thetable {
	height: 100%; /* required  so floated tablecells take the height*/
	position: relative;
	display: table;
	margin: 0;
	padding: 0;
	border: 0; 
	clear: both;
	border-spacing: 0; /* required by Opera 6 */
}
.tablerow {
	display: table-row;
}
.tablecell {
	float: left; /* to overcome display: table-cell; */
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0; 
	padding-bottom: 50px;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */
}
.six {
	height: 100%;
}.six {
	width: 468px;
	BORDER-LEFT: #eee 1px solid;
	position: relative;
	HEIGHT: 100%;
	PADDING: 73px 10px 10px 10px;
}
div.Section1
	{page:Section1;}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C5C5C5;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #252525;
	font-size: 12px;
}
.corpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.link {
	color: #6F6F6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

