/* ====================== Folha de Estilo do Site ======================== */

A:link {
	text-decoration : none;
	color : #808281;
}

A:link:hover {
	text-decoration : underline;
	color : #808281;
}

A:visited {
	text-decoration : none;
	color : #808281;
}

A:visited:hover {
	text-decoration : underline;
	color : #808281;
}

.Mouse {
	cursor: hand;
	font-family:Verdana, Arial;
	font-size:8pt;
	color: #000000;
	text-decoration : none;
	text-align :justify;
}

body {
	scrollbar-face-color: white;
	scrollbar-arrow-color: CCCCCC;
	scrollbar-base-color: white;
	scrollbar-shadow-color: CCCCCC;
	scrollbar-dark-shadow-color: white;
	scrollbar-highlight-color: CCCCCC;
	scrollbar-3d-light-color: white;
	background-image: url(../imagens/fundo_site.gif);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration : none;
	color : #808281;
}

.Texto {
	font-family : Verdana, Arial;
	font-size : 11pt;
	text-decoration : none;
	color : #F5690A;
	text-align : justify;
}

.TextoDestaque {
	font-family : Verdana, Arial;
	font-size : 10pt;
	text-decoration : none;
	color : #F5690A;
	text-align : justify;
}

.TextoPreenchimentoObrigatorio {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	text-decoration : none;
	color : #FF1E00;
	text-align : justify;
}

.Campo {
	font-family: verdana;
	font-size: 8pt;
	background-color:#ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
}

.CampoSelecionado {
	font-family: verdana;
	font-size: 8pt;
	color : #333333;
	background-color: #FFCC33;
	border-color: #000000;
	border-style: solid;
	border-width: 1;
}

.Botao{
	background-color:#FFCC33;
	font-size: 10;
	font-family:Verdana, Arial;
	border-color: #000000;
	color: #000000;
	text-decoration: none;
	border: 1 solid;
	height: 18px;
	width: 120px;
	cursor: hand
}

.BotaoSelecionado {
	background-color:#F7F7F7;
	font-size: 12;
	font-family:Verdana, Arial;
	color: #000000;
	text-decoration: none;
	border-color: #B1B4E1;
	border: 1 solid;
	height: 18px;
	width: 120px;
	cursor: hand
}
.bordaTabela {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.bordaTopo {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style:none;
	border-top-color: #FEC600;
}
.bordaInferior {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style:none;
	border-botton-color: #CCCCCC;
}
.bordaEsquerda {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style:dotted;
	border-left-color: #FEC600;
}
.bordaEsquerdaDireita {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-right-color:#CCCCCC;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.produtoTitulo {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : #D02714;
	text-align : justify;
	font-weight:bold;
}
.produtoLinha {
	background:#F0F0F0;
	height:25;
}
.produtoLinhaTamanho {
	height:25;
}
.produtoTituloCaracteristicas {
	font-weight:bold;
}
.produtoTituloCategoria {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color: #D02714;
	background:#D5D9E2;
	text-align : justify;
	font-weight:bold;
	height:25;
}
.contatoMensagem {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color: #FF0000;
	text-align : justify;
	font-weight:bold;
}
.indiqueSiteMensagem {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color: #FF0000;
	text-align : justify;
	font-weight:bold;
}
.inicialLancamentos {
	color: #DC2618;
	font-weight: bold;
	font-size: 12px;
}
.destaqueTitulo {
	color: #DC2618;
	font-weight: bold;
	font-size: 12px;
}