@charset "utf-8";
body {
	background-image: url(../imagens/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1e376a;
	margin: 0px;
}
.faixa_tab {
	background-image: url(../imagens/faixa.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#noticia_quadro {
	width: 290px;
	height: 45px;
	overflow: hidden;
	background-image: url(../imagens/fundo_noticias.gif);
	padding: 5px;
	background-repeat: no-repeat;
}
#meio_interna {
	background-color: #FFFFFF;
	height: 100%;
	width: 732px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#baixo {
	background-color: #1B315F;
	height: 100px;
	width: 732px;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.fundo_menu_botao {
	background-image: url(../imagens/fundo_botao_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fonte_padrao_preta {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.fundo_tabela_nutricional {
	background-image: url(../imagens/fundo_tabela_nutricial.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fonte_padrao_preta_selecao {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3F66B1;
	padding: 2px;
}
#texto {
	width: 500px;
	float: left;
}
.fonte_ouro_maior {
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #84723C;
	text-decoration: none;
}
.form {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

