body {
	background-color: #FFFFFF;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Verdana, sans-serif;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #fda400;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#fundo_sombra {
	background-color: none;
	height:700px;
	padding:0px;
	border:none;
	text-align:center;
}