body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color:#28500E;
}

/*classes de texto*/
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887455;
}
.text:link{
	text-decoration: underline;
	color: #28500E;
}
.text:hover{
	text-decoration: underline;
	color: #28500E;
}
.text:visited{
	text-decoration: underline;
	color: #28500E;
}
.text_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887455;
	font-weight:bold;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #887455;
	font-weight:bold;
}
.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #840000;
	font-weight: bold;
	height: 25;
	vertical-align:middle
}
.title_nutri{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E2DED3;
	font-weight: bold;
	height: 30;
	vertical-align:middle
}

/*classes para formulários*/
.form_title{
	background-color:#840000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2DED3;
	font-weight: bold;
	border-width:0;
}
.form_input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #887455;
}
.button{
	background-color:#840000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E2DED3;
	font-weight: bold;
	border-width:0;
}