			/* 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: 11px/16px Verdana, Arial, Helvetica, sans-serif;
				color: #666;
				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.*/
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILOS O CORPO DAS PÁGINAS */
			body { background: #0F0F0F url(../images/bg.jpg) repeat-x fixed; } /* 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-decoration:none;
				color: #0068AE;
				}
			a:visited {
				text-decoration:none;
				color: #0068AE;
				}
			a:hover {
				text-decoration:underline;
				color: #0068AE;
				}
			a:active {
				text-decoration:none;
				color: #0068AE;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS LINKS COM OUTRAS CORES */
			a.linkDiferenciado {
				text-decoration:none;
				color: #ccc;
				}
			a.linkDiferenciado:visited {
				text-decoration:none;
				color: #ccc;
				}
			a.linkDiferenciado:hover {
				text-decoration:underline;
				color: #999;
				}
			a.linkDiferenciado:active {
				text-decoration:none;
				color: #ccc;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS PARÁGRAFOS, NEGRITO, E LINHA */
			p { text-align:left; }
			strong {
				font-weight:bold;
				color: #333333;
				}
			em { font-style:italic; }
			hr {
				border-bottom: 1px dotted #E0DFE3;
				border-top-style: none;
				border-right-style: none;
				border-left-style: none;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILOS PARA OS CABEÇALHOS */
			h1, h2, h3, h4, h5, h6 {
				font-family: Arial, Helvetica, sans-serif;
				color: #0068B0;
				font-weight:bold;
				}
			h1 { font-size: 20px; }
			h2 { font-size: 16px; }
			h3 { font-size: 14px; }
			h4 { font-size: 12px; }
			h5 { font-size: 10px; }
			/* fim */
			
			/* ELEMENTOS DE FORMULÁRIO */
			form {}
			fieldset {
				border: 1px solid #E7E8EC;
				padding: 5px;
				}
			legend {
				padding: 3px;
				background: #EAEEEF;
				color: #0068B0;
				font-size: 11px;
				font-weight: bold;
				}
			label {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
				}
			input, select, textarea {
				background-color:#282828;
				border-top: 1px solid #000000;
				border-right: 1px solid #666666;
				border-bottom: 1px solid #666666;
				border-left: 1px solid #000000;
				font-size: 14px;
				font-style: italic;
				display: block;
				padding: 3px;
				}
			input.textfield {
				display:block;
				height:34px;
				}
			input.textarea {
				display:block;
				}
			input.select {
				border-style: none;
				}
			input.checkbox {
				border: 1px none #E0DFE3;
				margin: 0px;
				background: transparent;
				}
			input.radiobutton {
				border-style: none;
				background: transparent;
				}
			input.submit {
				font: bold 12px "Trebuchet MS";
				color: #333333;
				}
			input.imageField {
				background: transparent;
				border-style: none;
				float: left;
				display: block;
				}
			input, hidden {
				display:none;
			}
			/* fim */
			
			/* LISTAS */
			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; }
			/* fim */
			
			/* TABELAS */
			table {
				border-collapse:separate;
				width:100%;
				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; }
			/* 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; }
			/* fim */
			table.tabGaleriaDest { width:auto; }

			/* DIVERSOS ESTILOS PARA TAG (SPAN) */
			span.data {
				font-size:10px;
				color:#999999;
				}
			/* fim */
			
			/* 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;
				}
			/* fim */
			
			/* DEFINIÇÕES DE ESTILO PARA AS MENSAGENS */
			span.observacao {
				display:block;
				color:#FF0000;
				padding: 3px;
				}
			/* fim */
			
			/* FUNDO COM ORNAMENTO LATERAL "acompnha o movimento centralizando junto com o layout" */
			#bgConteudo {
				height: 100%;
				width: 100%;
				position: absolute;
				z-index: 0;
				background: url(../images/bg2.jpg) no-repeat center top;
				top: 47px;
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILO PARA AJUSTAR O LAYOUT NO MEIO DA PÁGINA <div id="principal"> */
			#principal {
				width:875px;
				margin-right: auto;
				margin-left: auto;
				clear: both;
				z-index: 17;
				}
			/* fim */
			
			/* TOPO */
			#principal #topo {
	width: 875px;
	position: relative;
	z-index: 18;
	height: 210px;
				}
			/* fim */

			/* BUSCA */
			#bgConteudo #principal #busca {
				background: url(../images/bgbusca.png) no-repeat;
				height: 83px;
				width: 875px;
				position: relative;
				z-index: 17;
				}
			/* fim */

			/* MEIO */
			#bgConteudo #principal #meio {
				width: 815px;
				background: url(../images/bgMeio.jpg) repeat-y left;
				clear: both;
				padding-right: 30px;
				padding-left: 30px;
				float: left;
				}
			/* fim */

			/* CONTEÚDO */
			#bgConteudo #principal #meio #conteudo {
				padding-top: 30px;
				padding-bottom: 30px;
				float: left;
				}
			/* fim */

			/* COLUNA ESQUERDA */
			#bgConteudo #principal #meio #conteudo #colEsq {
				width: 414px;
				float: left;
				margin-right: 8px;
				}
			/* fim */

			/* COLUNA DIREITA */
			#bgConteudo #principal #meio #conteudo #colDir {
				width: 392px;
				float: left;
				}
			/* fim */

			/* DEFINIÇÕES DE ESTILOS PARA A PAGINAÇÃO DE CONTEÚDO */
			#principal #conteudo div.paginacao {
	text-align:left;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 22px;
	clear: both;
	border: 1px none #3A3A3A;
	display: block;
				}
			#principal #conteudo div.paginacao img {
				margin-bottom:0px;
				display: inline;
				}
			#principal #conteudo div.paginacao span {
				font-weight:bold;
				text-decoration:underline;
				}
			/* fim */

			/* RODAPÉ */
			#rodape {
	background: url(../images/bgRodape.png) no-repeat left top;
	width:875px;
	height: 85px;
	clear: both;
	margin-bottom: 20px;
				}
			/* fim */

