body {
	padding: 0px;
	margin: 0px;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.borda {
	border: 1px solid #000000;
}
.menu {
	background-image: url(../images/menuBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	text-align: right;
	color: #f0d796;
	font-weight: bold;
	font-size: 12px;
	padding: 20px;
	line-height: 25px;
}
.menu a {
	color: #f0d796;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
#conteudo {
	padding: 10px;
}
#conteudoBorda {
	border: 1px solid #f0d796;
	padding: 10px;
}