			* {
				border:none;
				padding:0px;
				text-align: left;
				margin: 0px;
				font: 14px/16px "Trebuchet MS";
				color: #666666;
				list-style: none; /*define as caractristicas das listas, */
				text-decoration:none; /*definindo nenhuma decoração para os textos*/
				outline: none; /*nenhuma margem ao redor dos elemntos.*/
				}
			body { background: url(../images/bg.png) repeat-x; } /* cor de fundo alternativa #EBF5DF */
			body#semFundo { background: #fff url(none); }
			/*  DEFINIÇÕES DE ESTILOS PARA OS LINKS  */
			a:link {
				text-decoration:none;
				color: #626262;
				}
			a:visited {
				text-decoration:none;
				color: #626262;
				}
			a:hover {
				text-decoration:underline;
				color: #626262;
				}
			a:active {
				text-decoration:none;
				color: #626262;
				}
			/*  DEFINIÇÕES DE ESTILOS PARA OS LINKS COM OUTRAS CORES  */
			a.linkDiferenciado {
				text-decoration:none;
				color: #0068AE;
				}
			a.linkDiferenciado:visited {
				text-decoration:none;
				color: #0068AE;
				}
			a.linkDiferenciado:hover {
				text-decoration:underline;
				color: #0068AE;
				}
			a.linkDiferenciado:active {
				text-decoration:none;
				color: #0068AE;
				}
			/*  DEFINIÇÕES DE ESTILOS PARA OS PARÁGRAFOS  */
			p { text-align:justify; }
			strong { font-weight:bold; }
			
			hr {
				border-bottom: 1px dotted #E0DFE3;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
				}
			/*   DEFININDO OS CABEÇALHOS   */
			h1, h2, h3, h4, h5, h6 {
				font-family: "Trebuchet MS";
				color: #333333;
				font-weight:bold;
				}
			h1 { font-size: 22px; }
			h2 { font-size: 20px; }
			h3 { font-size: 18px; }
			h4 { font-size: 16px; }
			h5 { font-size: 14px; }
			/*   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 Verdana, Arial, Helvetica, sans-serif;
				color: #586F74;
				}
			input, select, textarea {
				background-color:#FFFFFF;
				border:1px solid #ccc;
				}
			input.textfield {
				padding: 1px;
				border: 1px solid #E0DFE3;
				}
			input.textarea {
				padding: 1px;
				border: 1px solid #E0DFE3;
				}
			input.select {
				border-style: none;
				}
			input.checkbox {
				border: 1px none #E0DFE3;
				margin: 0px;
				background: transparent;
				}
			input.radiobutton {
				background:none;
				border-style: none;
				background: transparent;
				}
			input.submit {
				font: bold 12px "Trebuchet MS";
				color: #333333;
				}
			input.imageField {
				border-style: none;
				}
			ul {
				list-style-type: none;
				padding:0px;
				margin:0px;
				}
			li {
				background:none;
				/*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; }
			/*  DEFINIÇÕES DE ESTILO PARA AS TABELAS  */
			table {
				border-collapse:separate;
				width:auto;
				color: #0068B0;
				}
			table tr td { padding:2px; }
			table tr.titulo td {
				font-weight:bold;
				color:#0068B0;
				background-color:#D0EDFB;
				}
			table tr.titulo2 td {
				font-weight:bold;
				color:#333333;
				background-color:#DEF2FC;
				}
			table tr.rodape td {
			  font-weight:bold;
			  background-color:#EAEEEF;
				}
			table tr.corUm td { background-color:#fff; }
			table tr.corDois td { background-color:#F6F6F6; }
			table tr td.alinhaDir { text-align:right; }
			table tr td.alinhaMeio { text-align:center; }
			/*  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.width150 { width:150px; }
			table td.width200 { width:200px; }
			table td.width250 { width:250px; }
			table td.width300 { width:300px; }
			table.tabGaleriaDest {
				width:auto;
				}
			span.data {
				font-size:10px;
				color:#999999;
				display: block;
				}
			/*  DEFINIÇÕES DE ESTILO PARA AS MENSAGENS  */
			span.mensagens {
			  display:block;
			  border:none;
			  padding: 3px;
			  font-size: 12px;
				}
			span.mensagens img {
				float:left;
				display:block;
				margin-right: 5px;
				padding-right: 3px;
				padding-bottom: 0px;
				padding-left: 3px;
				}
			span.maisInformacoes {
			  display:block;
			  border:none;
			  padding: 3px;
				}
			span.maisInformacoes .linkDiferenciado {
			  font-size: 10px;
				}
			/*  DEFINIÇÕES DE ESTILO PARA AS MENSAGENS  */
			span.observacao {
				display:block;
				color:#FF0000;
				padding: 3px;
				}
			span.visualizacaoPdf {
				display: block;
				color: #333333;
				font-size: 10px;
				padding: 3px;
				}
			/*  DEFINIÇÕES DE ESTILO PARA AJUSTAR O LAYOUT NO MEIO DA PÁGINA <div id="principal">  */
			#principal {
				width:770px;
				margin-right: auto;
				margin-left: auto;
				clear: both;
				}
			#principal #topo {
				height: 156px;
				width: 770px;
				}
			#principal #menu {
				background: url(../images/bgMenu.png) no-repeat left top;
				height: 34px;
				width: 770px;
				}
			#principal #meio {
				background: url(../images/bgConteudoGeral.png) repeat-y;
				width: 670px;
				padding-right: 50px;
				padding-left: 50px;
				padding-top: 25px;
				float: left;
				}
			#principal #meio #banner {
	height: 144px;
	width: 670px;
	background: url(none) no-repeat left top;
				}
			#principal #rodape {
				background: url(../images/bgRodape.png) no-repeat left top;
				height: 81px;
				clear: both;
				width: auto;
				padding-bottom: 30px;
				}
			#principal #rodape .logoMiniaturaRodape {
				display: block;
				padding-left: 50px;
				padding-top: 20px;
				float: left;
				}
			#principal #rodape .logo2MiniaturaRodape {
				display: block;
				padding-left: 10px;
				padding-top: 20px;
				float: left;
				}
			#principal #rodape span {
				text-align: right;
				padding-right: 50px;
				display: block;
				color: #969696;
				padding-top: 30px;
				}
			#principal #meio #col1Interna {
				float: left;
				width: 474px;
				padding-top: 25px;
				}
			#principal #meio #col3 {
				width: 166px;
				margin-left: 30px;
				padding-top: 25px;
				float: left;
				}
			#principal #meio #col3 #busca {
				width: 166px;
				}
			#principal #meio #col3 #busca .barrTit {
				display: block;
				padding-bottom: 5px;
				}
			#principal #meio #col3 #busca .buscar {
				font-weight: bold;
				color: #333333;
				display: block;
				}
			#principal #meio #col3 #publicidade {
				width: 166px;
				}
			#principal #meio #col3 #publicidade h1 {
				font-size: 10px;
				color: #333333;
				display: block;
				}
			
			/*  DEFINIÇÕES DE ESTILOS PARA A PAGINAÇÃO DE CONTEÚDO  */
			#principal #meio div.paginacao {
				text-align:left;
				padding-right: 4px;
				font-size: 12px;
				float: right;
				clear: both;
				}
			#principal #meio div.paginacao a:link { color:#006AAC; }
			#principal #meio div.paginacao a:visited { color:#006AAC; }
			#principal #meio div.paginacao a:hover { color:#006AAC; }
			#principal #meio div.paginacao a:active { color:#006AAC; }
			#principal #meio div.paginacao img {
				margin-bottom:0px;
				display: inline;
				}
			#principal #meio div.paginacao span {
				font-weight:bold;
				text-decoration:underline;
				}
			/*  DEFINIÇÃO DE ESTILOS PARA NAVEGAÇÃO DE RODAPÉ DAS PÁGINAS COM OS LINKS VOLTAR, TOPO, IMPRIMIR  */
			#principal #meio div.navRodape {
				text-align:right;
				font-size: 12px;
				float: left;
				clear: both;
				}
			#principal #meio div.navRodape img {
				margin-bottom:0px;
				display: inline;
				padding-right: 5px;
				}
			#principal #meio div.navRodape span {
				font-weight:bold;
				text-decoration:underline;
				}
			em {
				font-style: italic;
				}

