body {
	background: url(../imagens/bg.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.titulo {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 28px;
	color: #000098;
	font-weight: bold;
}
.txt {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;
	color:#000000;
	text-align: center;
}
.txtNegrito {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 154px;
}
a:link {
	text-decoration: none;
	color: #529FD0; 
	font-size: x-small;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}