@charset "utf-8";
body {
	margin-top: 2%;
	background-attachment: fixed;
	background-image: url(art/fundo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0%;
}
.texto_1 {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	font-size: 16px;
	color: #133992;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.texto_2 {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	font-size: 14px;
	color: #133992;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}
.a:link {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	color: #133893;
	text-decoration: none;
	font-weight: bold;
}
.a:visited {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	color: #133893;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.a:hover {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	color: #06F;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	font-family: "Helvetica Narrow", "Helvetica", Arial, sans-serif;
	color: #133893;
	text-decoration: none;
	font-size: 9px;
	bottom: 2px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #133893;
	padding-top: 10px;
}
