@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(imgs/logo_fundo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ba122b;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.style12 {
	color: #CCCCCC;
	text-decoration: blink;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
}
