html, body, form
{
	height: 100%;
    margin: 0;
    padding: 0;
	background-color: #ECE9D8; 
	font-family: Arial;	
	font-size: 11px; 
}

img
{
	display: block;
}

hr
{
	color: #E7E7E7;
	width: 100%;
	height: 1px;
}

div.dvCenter
{
	text-align: center;
}

table.tbPrincipal
{
	background-color: White;
	height: 100%;
	width: 778px;
}

td.tdTopo
{
	height: 157px;
}

tr.trMenu
{
	height: 20px;
}

td.tdCN
{
	vertical-align: top;
	height: 100%;
}

table.tbConteudo
{
	height: 100%;
}

td.cnEsquerda
{
	background-repeat: repeat-y;
	background-image: url(Imagens/cnEsquerda.jpg);
	width: 10px;
}

td.cnDireita
{
	background-repeat: repeat-y;
	background-image: url(Imagens/cnDireita.jpg);
	width: 10px;
}

td.cnConteudo
{
	height: 100%;
	width: 758px;
	vertical-align: top;
	text-align: justify;
	font-family: Arial;
	font-size: 11px;
}

td.tdCopy
{
	background-color: #CC3300;
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 30px;
}

td.tdSep
{
	font-size: 1px;
	height: 5px;
}

table.flcTabela
{
	WIDTH: 415px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
td.flcCaption
{
	width: 115px;
	TEXT-ALIGN: right;
}
td.flcEditBox
{
	WIDTH: 300px;
}
input.flcEditBox
{
	BORDER: solid 1px #CC3300;
	WIDTH: 350px;
}
textarea.flcMensagem
{
	BORDER: solid 1px #CC3300;
	WIDTH: 350px;
	HEIGHT: 100px;
}
td.flcEnviar
{
	PADDING-TOP: 10px;
	TEXT-ALIGN: center;
}
input.flcEnviar
{
	BORDER: solid 2px #CC3300;
	BACKGROUND-COLOR: White;
	WIDTH: 70px;
	HEIGHT: 25px;
}
