body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #535F64;
	line-height: 18px;
	background-image: url(../img/fundo.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h2 {
	font-size: 24px;
	line-height: 30px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #B0C903;
	line-height: 20px;
}
.menu_prod {
	font-size: 11px;
}
.texto_verde {
	color: #B1C903;
}
.texto_pequeno {
	font-size: 10px;
}
a.LinkCinza:link {
	color: #535F64;
	text-decoration: none;
}a.LinkCinza:hover {
	color: #535F64;
	text-decoration: underline;
}
a.LinkCinza:active {
	text-decoration: underline;
	color: #B4CA03;
}
a.LinkCinza:visited {
	color: #6F7E85;
	text-decoration: none;
}
.button {
	font-size: 9px;
	color: #52656F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/spacer.gif);
}

