/* CSS Document America Consulting*/

* {
	margin:0;
	padding:0;
}


body {
	margin:0 auto;
	text-align:center;
		
}


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


a:hover{
	text-decoration:underline;
	color:#000000;
}


.bg_fundo_geral{
	background-color: #FBFAFA;
	background-image: url(imagens/fundo_geral.jpg);
	background-repeat: repeat-x;
}


.submenu {
	position:absolute;

}


.bg_fundo_sobre_america{
	background-image: url(imagens/bg_fundo_sobre_america.jpg);
	background-repeat: repeat-x;
	width:452px;
}


.bg_fundo_news{
	background-image: url(imagens/bg_fundo_news.jpg);
	background-repeat: repeat-x;
	width:201px;
	
}


.bg_fundo_info{
	background-image: url(imagens/bg_fundo_info.jpg);
	background-repeat: repeat-x;
	width:281px;
}


.bg_fundo_bolsas{
	background-image: url(imagens/bg_fundo_bolsas.jpg);
	background-repeat: repeat-x;
	width:372px;
}


.bg_fundo_analises{
	background-image: url(imagens/bg_fundo_analises.jpg);
	background-repeat: repeat-x;
	width:409px;
}


.bg_fundo_menu{
	background-image: url(imagens/bg_fundo_menu.jpg);
	background-repeat: no-repeat;
	width:777px;
	height:33px;
}


.bg_fundo_rodape{
	background-image: url(imagens/bg_fundo_rodape.jpg);
	background-repeat: no-repeat;
	width:777px;
	height:35px;
}

.texto_geral{
	font-family:verdana;
	font-size:11px;
	color:#000000;
}


.texto_geral_vermelho{
	font-family:verdana;
	font-size:11px;
	color:#990000;
}

.texto_menu{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.texto_menu a{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}

.texto_menu a:hover{
	font-family:verdana;
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
}


.interna input{
	margin:2px 0 2px 5px;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}


.img_noticias{
	float:left;
	margin:5px;
	border:0;
}

address {
font-style: normal;
}
