..html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	height:100%;
	z-index: auto;
	
}

html,body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	height:100%;
}

/*********************************************
					PÁGINA
*********************************************/

#centro{
	position: absolute;
	top: 15px;
	bottom: -117px;
	width:773px;
	left: 50%;
	min-height:730px;
	_height:730px;
	margin-left:-385px;
	visibility: visible;	
	background-color:#ffffff;

	z-index:3;

}

/*********************************************
					LAYOUT
*********************************************/

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width:770px;
	height:242px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	z-index:1;
}

#base{
	position: absolute;
	top: 252px;
	left: 0px;
	height: 380px;
	width:770px;
	min-height:380px;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	z-index:1;

}

#logo{
	position: absolute;
	top: 10px;
	left: 20px;
	z-index:1;
}

#fone{
	position: absolute;
	top: 20px;
	right:30px;
	z-index:1;
}

#faixa_fundo{
	position: absolute;
	top: 102px;
	left: 0px;
	width:770px;
	height:140px;
	z-index:1;
}

#menu{
	position: absolute;
	background-image:url(../images/degrade_menu.gif);
	background-repeat:repeat-x;
	top: 0px;
	left: 0px;
	width:770px;
	height:51px;
	z-index:1;
}

#links{
	position: absolute;
	top: 0px;
	right:20px;
	z-index:1;
}

A.link_comum
{
	text-decoration: none;
	color: #333333;
}

#programas{
	position: absolute;
	top: 50px;
	left:0px;
	z-index:1;
}

#tarja{
	position: absolute;
	top: 0px;
	left:0px;
	z-index:1;
}

#programas_links{
	position: absolute;
	top: 5px;
	left:20px;
	z-index:1;
}

#conteudo{
	padding: 60px 20px 20px 220px;
	z-index:1;
	min-height:250px;
	
}

.texto{
	text-indent:30px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-family:Arial, Helvetica, sans-serif;*/
	line-height: 170%;
	font-size:12px;
	color:#555555;

}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/degrade_tit.gif);
	background-repeat:repeat-x;
	width:530px;
	height:33px;
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	text-indent: 20px;
	padding-top:3px;
	color:#777777;
}
.rodape
{
	text-align: center;

}
.rodape2
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/rodape.gif);
	background-repeat:repeat-x;
	height:29px;
	font-size:9px;
	font-weight:bold;
	
}

.botao_contato{
	border-color:#05539B;
	border-style: outset;
	border-width:1;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#05539B;
}

input:focus, textarea:focus{
	border-color:#05539B;
	border-style:solid;
	border-width:1;
}

input, textarea{
	border-width:1;
	border-style:solid;
	border-color:#cccccc;
}

.sublink{
 	position:relative;
	top:-15px;
	color:#777777;
	height:60px;
	font-size:11px;
}
