body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  margin: 0px;
  background-color: #AFCBDA;  
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#divCentralizar {
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 50%;
	margin-top: -205px;
}

div#popup
{
	position: absolute;
	width: 350px;
	height: 175px;
	border: #000066 solid 4px;
	background: #FFFFFF;
	z-index: 2;
}

div#popup .fechar
{
	text-align: right;
  font-weight: bold;
  color:#CC0000;
  float:right;
}

div#popup .topo
{
	background:#CC0000;
	color: #FFFFFF;
	height:60px;
	padding:0.4em;
}

div#popup .topo h1
{
	float: left;
	font-size: 12px;
}

div#popup .topo a
{
	float: right;
	color: #FFFFFF;
	font-weight:bold;
	background:#CC0000;
}

div#popup .conteudo
{
	padding:5px;
	font-size:12px;
	text-align:justify;
}

div#popup .conteudo a
{
	color:#CC0000;
	font-weight: bold;
	text-decoration:underline;
}

