a:link {  text-decoration: none; color: #515151}
a:visited {  text-decoration: none; color: #BFBFBF}
a:hover {  text-decoration: none; color: #84B420}
a:active {  text-decoration: none; color: #515151}

BODY {
   scrollbar-track-color: "#ffffff"; 
   scrollbar-darkshadow-color:"#FFFFFF";

   scrollbar-arrow-color: "#A0A0A0";
   scrollbar-3dlight-color:"#A0A0A0"; 
   scrollbar-shadow-color:"#A0A0A0";
   
   scrollbar-highlight-color:"#FFFFFF"; 
   scrollbar-base-color:"#FFFFFF";

}

.texto {
	font-family: Verdana;
	font-size: 10px;
}
.textoGeral {
	font-family: Verdana;
	font-size: 10px;
}
.bordaFinaInferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bordaFinaInferiorClara {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9C9;
}
.bordaFinaSpaceLeft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDD;
}
.bordaFinaSpaceRigth {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEDEDD;
}
.bordaFinaSpaceTop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDD;
}
.bordaFinaSpaceBottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDD;
}
.campo {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #A4A3A3;
}
.form {
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #A4A3A3;
}
.botao {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
}
.textoCinzaPequeno {
	font-family: Tahoma;
	font-size: 9px;
	color: #515151;
}

.textoCinza {
	font-family: Verdana;
	font-size: 10px;
	color: #515151;
	margin-left:10px;
}
.textoProduto {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #515151;
}
.textoCodigoProduto {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	color: #84B420;
	font-size: 9px;

}
.tituloProduto {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #515151;
}
.U {
	text-decoration: underline;
}
