body {
	background-image: url(../imagens/Fundo.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body p {
	font-family: Verdana, Geneva, sans-serif;
}

a:link {
	color:#CCC;
	text-decoration: none;
}

a img {
border-width:0;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCC;
	text-decoration: none;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.prodTitulo1 {
	color: #000;
	font-weight: bold;
}
.prodTitulo2 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.prodTitulo3 {
	font-size: 10px;
	color: #000;
}

.msgbox {
	display: none; /* Start out hidden. */
	position: absolute;
	top: 15px;
	right: 20px;
	width: 45em;
	background-color: #b00;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold; }
.msgbox p {
	margin: 0;
	padding: 5px 10px; }
.msgbox a.close {
	float: right;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 4px;
	margin-left: 5px; }
.EDE { display:none; }