body {
	background-image: url(imagens/fundo_index.jpg);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 11pt;
	font-weight: bold;
}
table {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}
.style2 {
	font-size: 16pt;
	font-weight: bold;
}
.style3 {font-size: 1pt}
a:link {
	text-decoration: none;
	cursor: Hand;
}a:visited {
	text-decoration:none;
	cursor: Hand;
}
a:hover {
	text-decoration:underline;
	cursor: Hand;
}
a:active {
	text-decoration: none;
	cursor: Hand;
}
