body{
background-color:#000000;
color: #FFFFFF;
font-family: Arial;
/*font-weight: bold;*/
}

.zoom { 
cursor: url(magnify.cur),pointer; 
}

.flag{
  margin: 2px;
  border: 0px solid #000000;
  height: 82px;
  width: 115px;
}
.divflags{
  position:absolute;
  top: 0px;
  left:50%;
  height: 600px;
  width: 800px;
  margin-left: -512px;
}

.fundo{
  margin: 2px;
  border: 0px solid #000000;
  height: 650px;
  width: 850px;
  z-index: -1;
}

.divfundo{
  position:absolute;
  top: 0px; 
  height: 95%;
  width: 95%;   
  margin-left: auto;
  margin-right: auto;  
  text-align:center;  
  vertical-align:middle;
}

.cell{
  top: 0px;
  height: 95%;
  width: 95%;
  /*font-weight: bold;*/
  text-align:center;
  vertical-align:middle;
}

.contents{
  height: 95%;
  width: 700px;
  /*font-weight: bold;*/
  margin-left: auto;
  margin-right: auto;
  vertical-align:middle;
}


.button-grey {
	width: 80px;
	height: 16px;
	background-color: #666666;
	border-color: #666666;
	border-bottom-style: solid;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 10pt;
}

.button-white {
	width: 80px;
	height: 16px;
	background-color: #FFFFFF;
	border-color: #666666;
	border-bottom-style: solid;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	line-height: 10pt;
}