body
{
	background-color: #DAE0E7;
}

table.Conteudo
{
	background-color: #FFFFFF;
}

td.copyright
{
	background-image: url(Imagens/copyFundo.jpg);
	background-repeat: no-repeat;
	color: White;
	cursor: hand;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 14px;
	text-align: center;
}

td.naveg
{
	background-image: url(Imagens/Fundo.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

td.Conteudo
{
	background-image: url(Imagens/degrade.jpg);
	background-repeat: no-repeat;
}

table.prConteudo
{
	margin-top: 10px;
	color: #000000;
	width: 100%;
}
td.prTitulo
{
	color: #00274F;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
}
td.prConteudo
{
	font-family: Arial;
	font-size: 11px;
	padding: 0px 10px 0 30px;
	text-align: justify;
}

div.prodTitulo
{
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}

table.flcTabela
{
	font-size: 12px;
	font-family: Arial;
	width: 100%;
	color: Black;
	margin-top: 10px;
}
td.flcTitulo
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	vertical-align: top;
}
td.flcCaption
{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: 25%;
}
td.flcEditBox
{
	width: 75%;
}
td.flcErro
{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
input.flcEditBox
{
	border: solid 1px #003B6F;
	width: 300px;
}
textarea.flcMensagem
{
	border: solid 1px #003B6F;
	width: 300px;
	height: 80px;
}
td.flcEnviar
{
	text-align: center;
	height: 40px;
}
input.flcEnviar
{
	border: solid 1px #003B6F;
	background-color: #FFFFFF;
	color: Black;
	width: 80px;
}

td.ppConteudo
{
	font-family: Arial;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	text-align: justify;	
}
td.ppLink
{
	text-align: right;
	padding-right: 12px;
}
a.ppLink
{
	font-family: Arial;
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
}
a.ppLink:hover
{
	text-decoration: underline;
}

table.srcTabela
{
	font-family: Arial;
	font-size: 12px;
	width: 540px;
}
td.srcCaption
{
	text-align: right;
	font-size: 11px;
	width: 100;
}
td.srcEditBox1
{
	width: 170;
}
td.srcEditBox3
{
	width: 440;
}
input.EditBox1
{
	width: 145;
	border: solid 1px #7F9DB9;
}
input.EditBox3
{
	width: 384;
	border: solid 1px #7F9DB9;
}
select.srcEditBox1
{
	width: 145;
	border: solid 1px #7F9DB9;
}
select.srcEditBox3
{
	width: 145;
	border: solid 1px #7F9DB9;
}
input.srcBtnEnviar
{
	border: solid 1px #7F9DB9;
	background-color: White;
}
input.srcBtnLimpar
{
	border: solid 1px #7F9DB9;
	background-color: White;
}