@charset "utf-8";
#bg_palco {
	background-image: url(images/bg_palco.jpg);
	width: 902px;
	background-repeat: repeat;
}
#bg_rodape {
	background-image: url(images/bg_rodape.jpg);
	height: 42px;
	width: 902px;
}
.titulo_menu {
	font-family: candara;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.subtitulo_menu {
	font-family: candara;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}
.endereco {
	font-family: verdana, Arial;
	font-size: 11px;
	color: #006699;
	line-height: 17px;
}
.subtitulo_editorial {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #006699;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}

