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: 0px;
	color:#000000;
}
.txtNegrito {
	font-family: Trebuchet MS, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #529FD0; 
	font-size: 14px; 
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
