body {
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
	background-image:url(imagens/fundo.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.DescProd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.TitProd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	font-weight:bold;
}

.TitContato{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}

.InpContato{
	width:450px;
	border:1px solid #CCCCCC;
	padding:3px;
}
.TxtContato{
	width:447px;
	height:50px;
	border:1px solid #CCCCCC;
	padding:5px;
}

a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.BtnEnviar{
	background-image:url(imagens/bt_enviar1.jpg);
	width:88px;
	height:25px;
	border:0px;
	cursor:pointer;
}

.BtnLimpar{
	background-image:url(imagens/bt_limpar1.jpg);
	width:88px;
	height:25px;
	border:0px;
	cursor:pointer;
}

.LinkClientes{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.LinkClientes:hover{
	text-decoration:none;
}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}