body {
	margin: 0px;
	background-color: #EFEFEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #333;
}
td.b_right {
background-image: url('imagens/b_right.jpg');
}
td.background {
background-image: url('imagens/background.jpg');
}
.fundotabela {
	background-color: #FFF;
}
.titulo {
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	background-color: #FFF;
	text-align: center;
	color: #666;
	padding-bottom: 10px;
}
a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	color: #03F;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #03F;
	text-decoration: none;
	text-decoration: underline;
}
