body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #FEF8C8;
}
.fonte{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #675235;
	line-height: 120%;
}
.fonte_b {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #675235;
	font-weight: bold;
	line-height: 120%;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
	color: #FF6607;
}
a:active {
	text-decoration: none;
	color: #993300;
}