* {/* RESETANDO ATRIBUTOS DOS ELEMENTOS */
	zoom: 1;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
	}
body{
	background-color:#EDEDED;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
	margin-top:2px;
	margin-left:2px;
	}

.campo {  /* campo da tela de abertura */
	font-family: Trebuchet MS, Atial, Helvetica;
	font-size: 10pt;
	color: #000000;
	text-decoration : none;
	height: 20px;
	}
.titulo{
	font-size:12pt;
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	color: #0000FF; /* cor da fonte AZUL */
	font-weight:bold;
	} 

.tabela{
	margin-top:    5px;
	margin-left:   5px;
	border-top:    1px solid #CCC;
	border-left:   1px solid #CCC;
	border-right:  1px solid #777;
	border-bottom: 1px solid #777;
	background-color: #EEE;
	}

.tabela2{
	border-collapse:collapse;
	margin-left:   5px;
	margin-top :   5px;
	border-top:    1px solid #FFF;
	border-left:   1px solid #FFF;
	border-right:  1px solid #777;
	border-bottom: 1px solid #777;
	background-color:#EEE;
	}

.texto{
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	}
.textoVermelho{
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #FF0000; /* cor da fonte*/
	font-weight: bold;
	}

.botao2{
	color:#FF0000;
	background-color:#DEE4FC;
	font-size:10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px groove #FFFFFF;
	border-right: 1px groove #666666;
	border-bottom: 1px groove #666666;
	border-left: 1px groove #FFFFFF;
	}
.menu{
	font-size:10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000; /* cor da fonte*/
	text-indent:5px;
	}
.celula{  /* usado no menu  */
	border-bottom-width: 1px;
	border-bottom-style:solid; /* inset ? baixo relev0o */
	border-bottom-color: white;
	}
/* link 1 --> link usado no editar_produto.asp  */
A.link1:link {
	font-size: 9pt;
	font-family:Trebuchet MS, Helvetica, Arial;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	}
A.link1:visited {
	font-size: 9pt;
	font-family:Trebuchet MS, Helvetica, Arial;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	}
A.link1:hover {
	font-size: 9pt;
	font-family:Trebuchet MS, Helvetica, Arial;
	color: #0000FF; /* cor da fonte*/
	text-decoration : none;
	background-color:#FF6; 
	}
A.link1:active {
	font-size: 9pt;
	font-family:Trebuchet MS, Helvetica, Arial;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	}
/* link 2 --> link usado no menu esquerdo  */
A.link2:link {
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	font-weight: bold;
	}
A.link2:visited {
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	font-weight: bold;
	}
A.link2:hover {
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #FF0000; /* cor da fonte*/
	text-decoration : none;
	font-weight: bold;
	}
A.link2:active {
	font-size:10pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	font-weight: bold;
	}
	
/* impressao --> usado no para imprimir relatório  */
A.impressao:link {
	font-size:9pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	}
A.impressao:visited {
	font-size:9pt;
	font-family:Arial, Trebuchet MS, Helvetica;
	color: #000000; /* cor da fonte*/
	text-decoration : none;
	}
	
table.impressao {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.impressao td {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
.casulo {
	font-size: 11px;
	font-family: Trebuchet MS, Arial,  Helvetica;
	color: #000000;
	height: 10px;
	margin-bottom: 2px;
}