.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
}
.CaixaTexto {
	font-size: 12px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D4D0C8;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;

}
.Linha {
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
/* Tabela 2 usa uma uma borda estilizada  */
#table2 
	{
	visibility: visible;
	position: relative
	}
#table2 table   
	{
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent
	}
#table2 td
	{
	padding: 0px 4px;
	border-color: #999;
	border-width: 1px;
	border-style: none none solid none;
	height: 30px;
	}
#table2 tr
	{
	}
