body {
	background-color: #8e6b54;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/woood.jpg);
	background-repeat: repeat;
}
.border {
	border: 1px solid #E7E0D0;
}
.bg-content {
	background-color: #E7E0D0;
	background-image: url(images/bg-content.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #928361;
	border-right-color: #928361;
	border-bottom-color: #928361;
	border-left-color: #928361;
}
.texto-destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	font-weight: normal;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link a:link {
	color: #333300;
	text-decoration: none;
}
.link a:visited {
	color: #333300;
	text-decoration: none;
}
.link a:hover {
	color: #990000;
	text-decoration: none;
}
.link a:active {
	color: #333300;
	text-decoration: none;
}
.link-claro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.link-claro a:link {
	color: #E7E0D0;
	text-decoration: none;
}
.link-claro a:visited {
	color: #DED2BC;
	text-decoration: none;
}
.link-claro a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.link-claro a:active {
	color: #e7e0d0;
	text-decoration: none;
}
.linha {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #928361;
	border-right-color: #928361;
	border-bottom-color: #928361;
	border-left-color: #928361;
}
