td img {
	display: block;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4948;
}
body {
	background-color: #FFFFFF;
	background-image: url(layout/fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight:bold;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #003333;
	text-decoration:underline;
}