body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 110%;
	color: #330066;
	letter-spacing: 1px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
}

.botoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0px;
}

.link_type_1 {
	color: #330066;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

.link_type_1:hover {
	color: #000000;
	text-decoration: none;
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

.link_type_2 {
	color: #330066;
	text-decoration: none;
	cursor: hand;
	padding: 4px;
}

.link_type_2:hover {
	color: #000000;
	text-decoration: underline overline;
	cursor: hand;
	background-color: #FFFFFF;
}

