/*

No arquivo estilo.css e estilo_ids.css, somente propriedades de estilo visual:
font, color, background, border, line-height, text-decoration, etc.

No arquivo layout.css e layout_ids.css, somente propriedades de layout:
margin, padding, position, top, left, etc.

 */
	
div#cont_texto td,
div#cont_texto th {
	padding:4px 4px 4px 4px;
	vertical-align:top;
	}

table.tb01 {
	width:100%;
	}

table.tb01 th,
.tb01_000 {
	background-color:#E9DDCE;
	font-weight:bold;
	text-align:center;
	}
	
table.tb01 th.cl_000e {
	text-align:left;
	}

.tb01_001 {
	background-color:#F1EEE9;
	text-align:left;
	}

.tb01_001c {
	background-color:#F1EEE9;
	text-align:center;
	}

.tb01_001r {
	background-color:#F1EEE9;
	text-align:right;
	}

.tb01_002 {
	background-color:#F8F5F1;
	text-align:left;
	}

.tb01_002c {
	background-color:#F8F5F1;
	text-align:center;
	}

.tb01_002r {
	background-color:#F8F5F1;
	text-align:right;
	}
	
table.tb01 th.tb01_003 {
	background-color:#92866f;
	color:#FFF;
	}
	
table.tb02 {
	margin:auto;
	margin-bottom:20px;
	}
	
table.tb02,
table.tb02 th,
table.tb02 td {
	border:1px solid #000;
	border-collapse:collapse;
	}
	
table.tb02 th {
	font-weight:bold;
	text-align:center;
	}
