@charset "utf-8";
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	top: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../imagens/bg1.jpg);
}


/* EVENTOS E NOTÍCIAS */
.txt1 {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					13px;
	color:						#000;
	font-weight:				bold;
}

.txt2 {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					11px;
	color: 						#666;
}

.txt3 {
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color: 						#000;
}


