@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagens/fundo_conteudo.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
}
a{
	color: #006;
	text-decoration: none;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
}

a:hover {
	color: #F90;
	text-decoration: none;
}
a#menu01{
	color: #006;
	text-decoration: none;
	font-size: 7pt;
	line-height: 10pt;
}

a:hover#menu01 {
	color: #F90;
	text-decoration: none;
}
.titulo{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #C00;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.legenda{
	font-size: 8pt;
	line-height: 8pt;
	color: #006;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.texto{
	margin-right: 25px;
	padding-right: 25px;
	text-align: justify;
}
hr{
	width: 80%;
	text-align: center;
	vertical-align: bottom;
}
p{
	line-height: 12pt;
}
.menu{
	font-size:8px;
}