body
		{
			background-color: #A4C1B1;
			
			background-image: url('layout/fundo-02.jpg');
			
			background-position: top left;
			
			background-repeat: repeat-x;
			
			color: #58816C;
			
			font-family: Tahoma;
			
			font-size: 11px;
			
			text-align: Justify;
			
			line-height: 20px;
		}

a
	{
		color: #58816C;
		
		text-decoration: Underline;
	}
	
a:hover
		{
			color: #58816C;
			
			text-decoration: None;
		}
		
.classe1
		{
			color: #4088B9;
		}
		
.classe2
		{
			font-family: verdana;
			
			font-size: 10px;
			
			color: #7CA591;
		}
		
.titulos
		{
			color: #4088B9;
			
			padding-left: 10px;
			
			padding-top: 5px;
			
			padding-bottom: 5px;
			
			width: 98%;
			
			height: 20px auto;
			
			background-color: #D1E2EB;
			
			font-size: 12px;
		}
		
input
		{
			width: 200px;
			
			height: 16px;
			
			padding: 5px;
			
			background-color: #DBE7E0;
			
			border: 1px solid #A8C6B5;
			
			font-family: Tahoma;
			
			font-size: 11px;
			
			color: #58816C;
		}
		
textarea
			
		{
			width: 200px;
			
			height:80px;
			
			padding: 5px;
			
			background-color: #DBE7E0;
			
			border: 1px solid #A8C6B5;
			
			font-family: Tahoma;
			
			font-size: 11px;
			
			color: #58816C;
		}
		
button
		{
			width: auto;
			
			height: 16px;
			
			background-color: #FFFFFF;
			
			border: 1px solid #A8C6B5;
			
			font-family: Tahoma;
			
			font-size: 11px;
			
			color: #58816C;
			
			font-weight: Bold;
		}


#container
			{
				position: absolute;
				
				width: 770px;
				
				height: auto;
				
				left: 50%;
				
				margin-left: -385px;
				
				top: 0px;
				
				background-image: url('layout/bg.gif');
				
			}
/* Topo */			
#topo
		{
			position: relative;
			
			float: top;
			
			width: 770px;
			
			height: 452px;
			
			left: 0px;
			
			top: 0px;
			
			background-color: blue;
		}
		
		
#topo_logo
			{
				position: absolute;
				
				width: 770px;
				
				height: 139px;
				
				top: 0px;
				
				left: 0px;
				
				background-image: url('layout/topo_logo.gif');
			}
			
#topo_logo_link
				{
					position: absolute;
					
					display: block;
					
					width: 310px;
					
					height: 58px;
					
					left: 231px;
					
					top: 22px;
				}
			
			
#topo_img
			{
				position: absolute;
				
				width: 770px;
				
				height: 204px;
				
				left: 0px;
				
				top: 139px;
				
				background-image: url('layout/topo_img.gif');
			}
			
#topo_img_link
				{
					position: absolute;
					
					width: 126px;
					
					height: 22px;
					
					left: 608px;
					
					top: 88px;
					
					display: block;
				}
				
#topo_img_txt
				{
					position: absolute;
					
					width: 334px;
					
					height: 20px;
					
					text-align: Center;
					
					left: 437px;
					
					top: 161px;
				}

#topo_confira
				{
					position: absolute;
					
					width: 402px;
					
					height: 69px;
					
					left: 0px;
					
					top: 343px;
					
					background-image: url('layout/topo_confira.gif');
				}
				
#topo_confira_txt
					{
						position: absolute;
						
						text-align: Left;
						
						width: 145px;
						
						height: 20px;
						
						left: 121px;
						
						top: 32px;
					}
				
				
#topo_titulos
				{
					position: absolute;
					
					width: 368px;
					
					height: 69px;
					
					left: 402px;
					
					top: 343px;
				}

#topo_barra
			{
				position: absolute;
				
				width: 770px;
				
				height: 40px;
				
				left: 0px;
				
				top: 412px;
				
				background-image: url('layout/barra.gif');
			}
			
#topo_barra_link
				{
					position: absolute;
					
					display: block;
					
					width: 116px;
					
					height: 14px;
					
					left: 575px;
					
					top: 5px;
				}


/* Rodapé */

#rodape
		{
			position: relative;
			
			clear: both;
			
			width: 770px;
			
			height: 81px;
			
			left: 0px;
			
			background-image: url('layout/rodape.gif');
		}
		
#rodape_selo
			{
				position: absolute;
				
				display: block;
				
				width: 60px;
				
				height: 25px;
				
				left: 26px;
				
				top: 25px;
			}

/* Conteúdos */

#conteudos
			{
				position: normal;
				
				width: 770px;
				
				height: auto;
				
				left: 0px;
				
				top: 452px;
				
				background-image: url('layout/bg.gif');
			}
			
#conteudos_esq
				{
					position: normal;
					
					float: left;
					
					width: 208px;
					
					height: 650px;

				}
				
#conteudos_dir
				{
					position: relative;
					
					float: right;
					
					width: 562px;
					
					height: auto;
					
					background-image: url('layout/bg_main.gif');

				}
				
#conteudos_dir_txt
					{
						position: relative;
						
						left: 20px;
						
						top: 10px;
						
						width: 460px;
						
						height: auto;
						
						border: 10px solid #F0F5F3;
						
						padding: 10px;
						
						background-color: #E8F0EC;
						
					}
					
#conteudos_dir_txt2
					{
						position: relative;
						
						left: 20px;
						
						top: 0px;
						
						width: 460px;
						
						height: 20px auto;
						
						border: 10px solid #E4EEE8;
						
						padding: 10px;
						
						background-color: #C4D9CD;
						
						text-align: center;
					}
					
#conteudos_dir_txt3
					{
						position: relative;
						
						left: 20px;
						
						top: 0px;
						
						width: 460px;
						
						height: 20px auto;
						
						border: 10px solid #E4EEE8;
						
						padding: 10px;
						
						background-color: #F3EEDE;
						
						text-align: center;
						
						font-family: Tahoma;
						
						font-size: 11px;
				
					}

/* Avulsos */

#sombra
		{
			position: absolute;
			
			z-index: 2;
			
			background-image: url('layout/sombra.gif');
			
			left: 201px;
			
			top: 452px;
			
			width: 23px;
			
			height: 226px;
		}