body 
{
	margin:0;
	padding:0;
	/*text-align:center;*/
}

.fdcont
{
	background-image:url("img/home1.png");
	background-position: center;
	background-repeat:no-repeat;
	width:900px; 
	height:467px;
}

.fdtopo
{
	height:600px;
	background-image:url("img/toposite.png");
	background-repeat:no-repeat;
}

.texto
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
}

.texto1
{
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight:bold;
}

.fonte
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #0573a4;
	cursor: pointer;
	cursor: hand;
}

a:link
{
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:active
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	text-decoration:none;
	color:#0000ff;
}
 
a:visited
{
	text-decoration:none;
	color:#000000;
}

.voltar
{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	padding-top: 20px;
	cursor: pointer;
	cursor: hand;
	width: 30px;
	height: 30px;
}

.menu
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
	
}

.body {
  /*font-family: Helvetica, sans-serif;*/
  font-family:Verdana;
  font-size: 13px;
  line-height: 18px;
  background-color: #FFFFFF;
  color: #060606; /*COR DA LETRAS A SER EXIBIDA*/
  padding: 0;
  margin: 0;
}

.hidden 
{
  display: none;
}

img 
{
	border: none;
	padding: none;
	margin: none;	
  }