html, body {
	height: 100%;
	}

#tudo {
	min-height: 100%;
	...
	}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}

#conteudo {
	padding-bottom: 86px;
	}



body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #777;
	background-color:#CCCCCC;
	margin: 0px;
	padding: 0px;
	}
	
	
#tudo {
	position: relative;
	width:1000px;
	text-align:left;
	margin:0 auto;
	background: #fff;
	}

#top {
	position:relative;
	width:1000px;
	height:29px;
	background:url(../images/h_top.jpg) no-repeat;
	}

#logo {
	position:relative;
	width:1000px;
	height:192px;
	background:url(../images/h_logo.jpg) no-repeat;
	}


#pl_01 {
	position:absolute;
	top:100px;
	right:47px;
	width:123px;
	height:18px;
	text-align:right;
	}

#mid {
	position:relative;
	width:1000px;
	height:292px;
	}


#space {
	position:relative;
	width:1000px;
	height:70px;
	background:url(../images/h_bot01.jpg) no-repeat;
	}

#clear {
	clear:both;
	}


#bot {
	position:absolute;
	left:50%;
	margin-left:-500px;
	bottom:0px;
	width:1000px;
	height:86px;
	background:url(../images/h_bot02.jpg) no-repeat;
	}


/************** Paragrafos e Fontes Diferentes ***************/

p{
	margin: 3px;
	padding: 3px;
}


.bot_text{
	color:#FFFFFF;
	text-align: right;
}



/************** header tag styles **************/

h1{
 FONT-SIZE: 16px;
 font-weight:bold;
 
}

h2{
 FONT-SIZE: 13px;
 font-weight:bold;
 margin: 3px;
	padding: 3px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited, a:active{
	
	color: #999;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #999;
}	


a.tit:link, a.tit:visited, a.tit:active{
	FONT-SIZE: 10pt;
	color: #00355d;
	text-decoration: none;
}
a.tit:hover{
	color: #00355d;;
	text-decoration: underline;
}	

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input, select, textarea{
font-family: Verdana;
FONT-SIZE: 10px;
}

select.busca{
width:280px;
margin:17px 5px 5px 5px;
}


/*---------- Notícias 1  ----------*/
	
.navlat { 
	width:98%;
	margin:auto; 
	padding:0;
	padding-top:0px;
	background:none;
	
	}
	
.navlat li {
	list-style:none;	
	padding:1px 0 2px 0;
	margin:0;
	}
.navlat li a {
	display:block;
	border-left:7px solid #fff;
	margin:0;
	padding:1px 2px 1px 4px;
	font-size:8pt;
	text-decoration:none;
	}
.navlat a:hover{
	text-decoration:underline;
	}	
	
	
/*---------- fim notícias 1 ----------*/

/*---------- Notícias 2  ----------*/
	
.navlat2 { 
	width:98%;
	margin:auto; 
	padding:0;
	padding-top:0px;
	background:none;
	
	}
	
.navlat2 li {
	list-style:none;	
	padding:1px 0 2px 0;
	margin:0;
	}
.navlat2 li a {
	display:block;
	border-left:7px solid #8ea7bb;
	color:#333;
	margin:0;
	padding:1px 2px 1px 4px;
	font-size:8pt;
	text-decoration:none;
	}
.navlat2 a:hover{
	text-decoration:underline;
	}	
	
	
/*---------- fim notícias 2 ----------*/
