@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/fundo.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.style3 {font-size: 10px}
.style4 {
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#pop_banner {
	position: absolute;
	width: 400px; height: 300px;
	margin-left: -200px; margin-top: -150px; 
	left: 50%; top: 50%; 
	background-image: url(banner/mega_artesanal.jpg); 
	z-index: 2000;
	border: thin groove #000000;
}
#pop_banner .fechar {
	position: absolute;
	top: 5px; left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	display: block;
	cursor: pointer;
}
#pop_banner .click {
	position: absolute;
	top: 30px;
	width: 400px;
	height: 270px;
	cursor: pointer;
	z-index: 3000;
}
