body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.data {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.textos {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.creditos {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
.campo, .conteudo input, select, textarea{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.esconde{
	display: none;
}
span.fim{
	font-size: 2px;
	color: #FFF;
	display: block;
	margin-top: 10px;
	clear: both;
}

#divPoup{
	width: 700px;
	height: 508px;
	background-color: #FFF;
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 60px;
	border: 5px solid #ccc;
}