@charset "utf-8";
/* CSS Document */
form{
	margin:0px; 
	border:0px;
}

.letras_menu {
	font-family: Tahoma;
	color: #2F4761;
	font-size: 12px;
	text-decoration: none;
}

.letras_menu:hover {
	font-family: Tahoma;
	color: #990000;
	font-size: 13px;
	text-decoration: none;
}
.texto_pequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F4761;
}
.texto_pequenoverde {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009900;
}
.texto_pequenovermelho {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.texto_cardapio {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
.email_imput {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	width: 400px;
	border: 1px solid #999999;
}
.email_box {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	width: 400px;
	border: 1px solid #999999;
	height: 80px;
}
.email_botao {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
	width: 60px;
}

