@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(fundo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration: none;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #0080C6;
}
.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.menu:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #007CC2;
	display: block;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-decoration: none;
}
a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #06A8FF;
	display: block;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-decoration: none;
}
a.menu:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #007CC2;
	display: block;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
a.titulo:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #0080C6;
}
a.titulo:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #0080C6;
}
a.titulo:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #06A8FF;
}
