body {
	background-color: #FFFDF0;
	text-decoration: none;
}
a:active {  text-decoration: none;}
a:link {  text-decoration: none; }
a:visited {  text-decoration: none;}
a:hover {  text-decoration: underline;}

.input, select, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	background-color: #FDF1C4;
	border: 1px solid;
	border-color: #84C245;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.mtexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.btexto {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	font-weight: bold; 
}
h1 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #4E7427; 
	font-weight: bold; 
}
h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4E7427; 
	font-weight: bold; 
}
.botao{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	background-color: #FDF1C4;
	border: 1px solid;
	border-color: #000000;
}

.menu_cat{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4E7427; 
	font-weight: bold; 
}

.menu_cat a:visited {  color: #4E7427;}
.menu_cat a:link {  color: #4E7427;}

