/* CSS Document */
	*{
		margin:0px;
		padding:0px;
		list-style:none;
		text-decoration:none;
		border:0px;
	}
	body{
		background-color:#FFF;
		height:100%;
	}
	html h1, h2, h3, h4, h5, h6, form, ul, li, ol, span, label, fieldset, legend, p {
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		color: #000000;
		text-decoration: none;	
	}
	html legend{ position:absolute; top:-1.7em; left:0.5em;} 
	html fieldset{ position:relative; margin-top:1em; padding-top:.75em;}
/*
		Configurações do conteúdo que, fica centralizado.
*/
	#page-conteudo{
		position: relative;
		width:779px;
		left:50%;
		margin-left:-389.5px;
		background-color: #FFF;
	}
	#page-conteudo #idioma ul li{
		float:left;
		padding-left:10px;
	}	
	#page-conteudo #idioma #portugues a{
		display:block;
		width:39px;
		height:29px;
		text-indent:-9000px;
		overflow:hidden;
		text-align:left;
		background-image:url(../img/bandcapa-pt.gif);
		background-repeat:no-repeat;
	}	
	#page-conteudo #idioma #portugues a:hover{
		background-image:url(../img/band-pt_over.gif);
		background-repeat:no-repeat;
	}	
	#page-conteudo #idioma #ingles a{
		display:block;
		width:39px;
		height:29px;
		text-indent:-9000px;
		overflow:hidden;
		text-align:left;	
		background-image:url(../img/bandcapa-en.gif);
		background-repeat:no-repeat;
	}		
	#page-conteudo #idioma #ingles a:hover{
		background-image:url(../img/band-en_over.gif);
		background-repeat:no-repeat;
	}	
