a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(images/fundo_index.jpg);
	background-position:center;
	background-attachment:fixed;
}
.black10 {font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000000 }
