/* CSS Document */
body {
background-color: #D2E9FF;
}
.texto {
	font-size:11px;
	color:#58595B;
	font-family: Arial;
	text-decoration: none;
}

.texto a:link {
  font:Arial;
  font-size:11px;
  color:#58595B;
  text-decoration:none;
}

.texto a:visited {
  font:Arial;
  font-size:11px;
  color:#58595B;
  text-decoration:none;
}

.texto a:hover {
  font:Arial;
  font-size:11px;
  color:#58595B;
  text-decoration:underline;
}

/*########################################################*/

.texto1 {
	font-size:13px;
	color:#58595B;
	font-family: Arial;
	text-decoration: none;
}

.texto1 a:link {
  font:Arial;
  font-size:13px;
  color:#58595B;
  text-decoration:none;
}

.texto1 a:visited {
  font:Arial;
  font-size:13px;
  color:#58595B;
  text-decoration:none;
}

.texto1 a:hover {
  font:Arial;
  font-size:13px;
  color:#58595B;
  text-decoration:underline;
}
/*########################################################*/
.texto2 {
	font-size:12px;
	color:#000000;
	font-family: Verdana;
	text-decoration: none;
}
.texto2 a:link {
  font:Verdana;
  font-size:12px;
  color:#000000;
  text-decoration:none;
}

.texto2 a:visited {
  font:Verdana;
  font-size:12px;
  color:#000000;
  text-decoration:none;
}

.texto2 a:hover {
  font:Verdana;
  font-size:12px;
  color:#000000;
  text-decoration:underline;
}
/*########################################################*/

#carregando {
	position:absolute;
	left:40%;
	top:50%;
	width:258px;
	height:55px;
	z-index:1;
}
/*########################################################*/
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #D7EBFF;
	border: 0px solid #999999;
}
