			body{
				margin:0; 
				padding:0;
				background-position: center;
				background-image:url(bk/bk.jpg);
				background-repeat: repeat-x;
				
			}
			#principal {
				width: 770px; 
				margin-right:auto; 
				margin-bottom:0px; 
				margin-left:auto;
				background-color:#FFF;
				
				
			}
			#banner {
				width: 770px; 
				height: auto;  
				float:left; 
				background-color:#FFF;  
			}
			#menu {
				width: 770px; 
				height: 25px; 
				padding: inherit; 
				float:left; 
				background-color:#FFF;  	
			}
			
			#div01 {
				width: 340px; 
				height:300px; 
				float:left; 
				margin: 10px 10px 10px 10px;
				line-height:16px;
				background-color:#FFF;
			}
			
			#div02 {
				width: 320px; 
				height: 500px; 
				float:left; 
				margin: 10px 10px 10px 10px;
				line-height:16px;
				background-color:#FFF;
			}
			
			#div03 {
				width: 20px; 
				height: 200px; 
				float:left; 
				margin: 10px 5px 5px 5px;
				line-height:16px;
				background-color:#FFF;
			}
	
			#intoprincipal {
				width: 770px; 
				height: auto;
				background-color:#FFF
				
			}
			
			#menu li{
				list-style:none;
			}
			
			#conteudo {
				width: 770px; 
				height: auto;  
				float:left;  
				background-color: #FFF; 
			}
			
			#rodape {
				width: 770px; 
				height: auto; 
				float: left;
				background-color: #FFF; 
				
			}
			
			.texto1 {
				font-family: Verdana, Tahoma; 
				font-size: 12px; font-style:normal; 
				color: #CC3300;
				margin-top:-2px;
			}
			
			.texto2 {
				font-family: Verdana, Tahoma; 	
				font-size: 11px; 
				color:#333;	
			}
			
			.texto3 {
				font-family: Arial; 
				font-size: 10px; 
				font-style:normal; 
				color:#666666; margin-top:-2px; 
				text-align:justify;		
			}
			
			.texto4 {
				font-family: Georgia, "Times New Roman", Times, serif; 
				font-size: 11px; 
				font-style:normal; 
				color: #666666;
			}
			
			.texto5 {
				font-family: Georgia, "Times New Roman", Times, serif; 
				font-size: 25px; 
				font-style:normal; 
				color: #0099FF;
						
			}
						
			.textoLegenda {
				font-family: Verdana, Tahoma; 
				font-size: 9px; font-style:normal; 
				color: #666666;
				text-align:center;
				margin-top:-7px;
				margin-left:5px;
				
			}
			
			a:active, a{	
					color: #333; 
					text-decoration:none;
			}
			
			a:visited{
					color:  #333;
			}
			
			a:hover{
					color: #006;
					text-decoration: underline;
			}