			/* CSS Document */
			/* REFERENTE AO CONTEÚDO DO SITE (para todas as páginas) */

			/* FOLHA DE ESTILO PRINCIPAL PARA TODAS AS PÁGINAS DO SITE */
			* {
				border:none;
				padding:0px;
				text-align:left;
				margin: 0px;
				font: 12px/16px "Trebuchet MS";
				color:#666666;
				list-style: none; /*define as caractristicas das listas, */
				text-decoration:none; /*nesse atributo você define o tamanho da linha*/
				outline: none; /*nenhuma margem ao redor dos elemntos.*/
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILOS O CORPO DAS PÁGINAS */
			body { background: url(../images/bg.jpg) repeat-x; } /* cor de fundo alternativa #EBF5DF */
			/* fim */

			/* RETIRA O FUNDO DA PÁGINA */
			body#semFundo { background: #fff url(none); }
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS LINKS */
			a:link {
				text-align:left;
				text-decoration:none;
				color: #666;
				}
			a:visited {
				text-align:left;
				text-decoration:none;
				color: #666;
				}
			a:hover {
				text-align:left;
				text-decoration:underline;
				color: #666;
				}
			a:active {
				text-align:left;
				text-decoration:none;
				color: #666;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS LINKS COM OUTRAS CORES */
			a.linkDiferenciado {
				text-decoration:none;
				color: #C69719;
				}
			a.linkDiferenciado:visited {
				text-decoration:none;
				color: #C69719;
				}
			a.linkDiferenciado:hover {
				text-decoration:underline;
				color: #C69719;
				}
			a.linkDiferenciado:active {
				text-decoration:none;
				color: #C69719;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS PARÁGRAFOS, NEGRITO, E LINHA */
			p { text-align:justify; }			
			strong { font-weight:bold; }
			hr { border:1px solid #E0DFE3; }
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS CABEÇALHOS */
			h1, h2, h3, h4, h5, h6 {
				color: #333333;
				font-weight:bold;
				}
			h1 {
				font-size: 22px;
				letter-spacing: -1px;
				padding-top: 2px;
				padding-bottom: 2px;
				}
			h2 { font-size: 16px; }
			h3 { font-size: 14px; }
			h4 { font-size: 12px; }
			h5 { font-size: 10px; }
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA DATA, TEMA, ETC... */
			span.data {
				font-size:11px;
				color:#999999;
				}
			span.data img {
				float: left;
				margin-right: 5px;
				}
			span.tema {
				font-size:14px;
				color:#666666;
				display: block;
				font-weight: bold;
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA AS MENSAGENS */
			span.mensagens {
				display:block;
				padding: 2px;
				font-size: 12px;
				text-align: left;
				}
			span.mensagens img {
				float:left;
				display:block;
				padding: 3px 3px -3px;
				margin-right: 5px;
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA O LINK DE MAIS CONTEÚDO */
			span.maisInformacoes {
				display:block;
				padding: 3px;
				font-size: 12px;
				margin-top: 10px;
				}
			span.maisInformacoes img {
				padding: 3px 3px -3px;
				margin-right: 5px;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILO PARA AS OBSERVAÇÕES */
			span.observacao {
				display:block;
				color:#FF0000;
				padding: 3px;
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA A FOTO EM DESTAQUE */
			div.fotoDestaque {
				float: left;
				margin-right: 10px;
				}
			/* fim */
			
			/* CLASSES PARA OS ELEMENTOS DE FORMULÁRIO */
			form {}
			fieldset {
				border: 1px solid #E7E8EC;
				padding: 5px;
				}
			legend {
				padding: 3px;
				background: #EAEEEF;
				font: bold 11px Verdana, Arial, Helvetica, sans-serif;
				color: #0068B0;
				}
			label {
				font: 11px Arial, Helvetica, sans-serif;
				color: #586F74;
				}
			input, select, textarea {
				background-color:#FFFFFF;
				border:1px solid #cccccc;
				font: 11px Arial, Helvetica, sans-serif;
				padding-top: 2px;
				padding-bottom: 2px;
				}
			input.textfield {
				padding: 1px;
				border: 1px solid #E0DFE3;
				}
			input.textarea {
				padding: 1px;
				border: 1px solid #E0DFE3;
				}
			input.select {
				border-style: none;
				font: 9px Arial, Helvetica, sans-serif;
				}
			input.checkbox {
				border: 1px none #E0DFE3;
				margin: 0px;
				background: transparent;
				}
			input.radiobutton {
				background:none;
				border-style: none;
				background: transparent;
				}
			input.submit {
				color: #333333;
				font-size: 12px;
				font-weight: bold;
				}
			input.imageField {
				border-style: none;
				background: transparent;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILO PARA AS LISTAS */
			ul {
				list-style-type: none;
				padding:0px;
				margin:0px;
				}
			li {
				/* background: url(../images/marcadores/seta.gif) no-repeat 0px 0.4em; */
				display:block;
				text-indent: 10px;
				border:none;
				padding-bottom: 3px;
				width: auto;
			}
			ol { list-style:none; }
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA AS TABELAS */
			table {
				border-collapse:separate;
				width:100%;
				}
			table tr td {
				padding:2px;
				color:#586F74;
				}
			table tr.titulo td {
				font-weight:bold;
				color:#586F74;
				background-color:#E5E5E5;
				}
			table tr.rodape td {
				font-weight:bold;
				background-color:#EAEEEF;
				}
			table tr.corUm td { background-color:#FFFFFF; }
			table tr.corDois td { background-color:#EEEEEE; }
			table tr td.alinhaDir {	text-align:right; }
			table tr td.alinhaMeio { text-align:center; }
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA AS LARGURAS DAS CÉLULAS DAS TABELAS */
			table td.width5 { width:5px; }
			table td.width10 { width:10px; }
			table td.width15 { width:15px; }
			table td.width20 { width:20px; }
			table td.width25 { width:25px; }
			table td.width30 { width:30px; }
			table td.width35 { width:35px; }
			table td.width40 { width:40px; }
			table td.width45 { width:45px; }
			table td.width50 { width:50px; }
			table td.width60 { width:60px; }
			table td.width65 { width:65px; }
			table td.width70 { width:70px; }
			table td.width75 { width:75px; }
			table td.width80 { width:80px; }
			table td.width85 { width:85px; }
			table td.width90 { width:90px; }
			table td.width95 { width:95px; }
			table td.width100 { width:100px; }
			table td.width110 { width:110px; }
			table td.width120 { width:120px; }
			table td.width130 { width:130px; }
			table td.width150 { width:150px; }
			table td.width200 { width:200px; }
			table td.width250 { width:250px; }
			table td.width300 { width:300px; }
			/* fim */
			
			/* DEFINIÇÕES DE ESTILO PARA AS LARGURAS DAS CÉLULAS DAS TABELAS CENTRALIZADAS */
			table td.width5Center { width:5px; text-align:center; }
			table td.width10Center { width:10px; text-align:center; }
			table td.width15Center { width:15px; text-align:center; }
			table td.width20Center { width:20px; text-align:center; }
			table td.width25Center { width:25px; text-align:center; }
			table td.width30Center { width:30px; text-align:center; }
			table td.width35Center { width:35px; text-align:center; }
			table td.width40Center { width:40px; text-align:center; }
			table td.width45Center { width:45px; text-align:center; }
			table td.width50Center { width:50px; text-align:center; }
			table td.width60Center { width:60px; text-align:center; }
			table td.width65Center { width:65px; text-align:center; }
			table td.width70Center { width:70px; text-align:center; }
			table td.width75Center { width:75px; text-align:center; }
			table td.width80Center { width:80px; text-align:center; }
			table td.width85Center { width:85px; text-align:center; }
			table td.width90Center { width:90px; text-align:center; }
			table td.width95Center { width:95px; text-align:center; }
			table td.width100Center { width:100px; text-align:center; }
			table td.width150Center { width:150px; text-align:center; }
			table td.width200Center { width:200px; text-align:center; }
			table td.width250Center { width:250px; text-align:center; }
			table td.width300Center { width:300px; text-align:center; }
			table.tabGaleriaDest { width:auto; }
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA BARRAS NOS TOPOS DA TABELAS */
			.barrTopoTabelas {
				color: #333333;
				padding: 3px;
				border-bottom: 1px solid #333333;
				margin-bottom: 5px;
				font: 14px Arial, Helvetica, sans-serif;
				height: 20px;
				}
			/* fim */

			/* LINK PARA SUBIR PARA O TOPO DAS PÁGINAS */
			.linkSubir {
				text-indent: 15px;
				float: right;
				background: url(../images/marcadores/sobe.gif) no-repeat 3px 5px;
				line-height: 15px;
				display: block;
				}
			/* fim */

			/* TOPO */
			#bgTopo {
				height: 162px;
				width: 100%;
				background: url(../images/topo.jpg) center center;
				clear: both;
				position: absolute;
				}
			#bgTopo #topo {
				height: 162px;
				width: 770px;
				margin: auto;
				position: relative;
				}
			#bgTopo #topo #logo {
				position: absolute;
				left: 40px;
				top: 15px;
				}
			#bgTopo #topo #slogan {
				position: absolute;
				left: 228px;
				top: 92px;
				}
			/* fim */
			
			/* FUNDO COM ORNAMENTO LATERAL */
			#bgConteudo {
				height: 384px;
				width: 100%;
				position: absolute;
				z-index: 0;
				background: url(../images/bgConteudo.jpg) no-repeat center top;
				top: 208px;
				}
			/* fim */
			
			/* PRINCIPAL */
			#principal {
				width:770px;
				margin-right: auto;
				margin-left: auto;
				text-align: left;
				clear: both;
				}
			/* fim */
			
			/* CONTEÚDO GERAL */
			#bgConteudo #principal #meio {
				width: 690px;
				padding-right: 40px;
				padding-left: 40px;
				float: left;
				padding-top: 40px;
				}
			#bgConteudo #principal #meio #colEsq {
				width: 147px;
				float: left;
				display: block;
				}
			#bgConteudo #principal #meio #colEsq #menu {
				width: 147px;
				}
			#bgConteudo #principal #meio #colEsq #menu .itensMenu {
				text-align: right;
				height: 22px;
				}
			#bgConteudo #principal #meio #colEsq #menu .itensMenu, a.linkMenu:link, a.linkMenu:visited, a.linkMenu:hover, a.linkMenu:active {
				text-align: right;
				color: #333;
				font-weight: bold;
				font-size: 14px;
				letter-spacing: -1px;
				line-height: 20px;
				padding-top: 3px;
				padding-bottom: 2px;
				}
			#bgConteudo #principal #meio #colEsq #menu .itensMenu a.linkMenu:link { text-decoration:none; }
			#bgConteudo #principal #meio #colEsq #menu .itensMenu a.linkMenu:visited { text-decoration:none; }
			#bgConteudo #principal #meio #colEsq #menu .itensMenu a.linkMenu:hover { text-decoration:underline;	}
			#bgConteudo #principal #meio #colEsq #menu .itensMenu a.linkMenu:active { text-decoration:none;	}
			#bgConteudo #principal #meio #conteudo {
				width: 503px;
				float: right;
				}
			/* fim */
			
			/* CALENDÁRIO */
			#bgConteudo #principal #meio #colEsq #calendario {
				width: 147px;
				display: block;
				margin-top: 42px;
				}
			#bgConteudo #principal #meio #colEsq #calendario #topoCalend {
				background: url(../images/bgBarr.gif) repeat-x left top;
				height: 28px;
				font-size: 22px;
				font-weight: bold;
				text-align: right;
				padding-top: 20px;
				color: #333333;
				letter-spacing: -1px;
				display: block;
				margin-bottom: 10px;
				line-height: -12px;
				}
			#bgConteudo #principal #meio #colEsq #calendario .tituloCalend {
				color: #333333;
				text-align: right;
				display: block;
				}
			#bgConteudo #principal #meio #colEsq #calendario .listaCalend {
				display: block;
				text-align: right;
				border-top: 1px none #E0DFE3;
				border-right: 1px none #E0DFE3;
				border-bottom: 1px dotted #E0DFE3;
				border-left: 1px none #E0DFE3;
				margin-top: 10px;
				padding-bottom: 5px;
				}
			#bgConteudo #principal #meio #colEsq #calendario .listaCalend .marcCalend {
				margin-left: 5px;
				margin-bottom: -3px;
				}
			#bgConteudo #principal #meio #colEsq #calendario .maisInformacoes { text-align: right; }
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA A PAGINAÇÃO DE CONTEÚDO */
			#principal #conteudo div.paginacao {
				text-align:left;
				padding-right: 4px;
				font-size: 12px;
				float: right;
				}
			#principal #conteudo div.paginacao img {
				margin-bottom:0px;
				display: inline;
				}
			#principal #conteudo div.paginacao span {
				font-weight:bold;
				text-decoration:underline;
				}
			/* fim */
			
			/* DEFINIÇÃO DE ESTILOS PARA NAVEGAÇÃO DE RODAPÉ DAS PÁGINAS COM OS LINKS VOLTAR, TOPO, IMPRIMIR */
			#principal #conteudo div.navRodape {
				text-align:right;
				font-size: 12px;
				float:left;
				clear: both;
				}
			#principal #conteudo div.navRodape img {
				margin-bottom:0px;
				display: inline;
				padding-right: 0px;
				}
			#principal #conteudo div.navRodape span {
				font-weight:bold;
				text-decoration:underline;
				}
			/* fim */

			/* RODAPÉ */
			#rodape {
				height: 90px;
				clear: both;
				width: auto;
				}
			#rodape span {
				display: block;
				margin-right: auto;
				margin-left: auto;
				width: 730px;
				text-align: right;
				padding-right: 40px;
				padding-top: 40px;
				color: #999999;
				}
			/* fim */

