/*/////////////////////////////////////////////*/
/*// Containers ///////////////////////////////*/
/*/////////////////////////////////////////////*/
body{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#667787;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
}
#ContainerMenuTopo{
	position:relative;
	top:10px;
	left:50%;
	width:760px;
	height:30px;
	margin-left:-380px;
	background-color:#EEF1F4;
	border-style:solid;
	border-width:1px;
	border-color:#B9C4DC;
}
#containerGlobal{
	top:0px;
	position:relative;
	left:50%;
	width:800px;
	margin-left:-400px;
	/*border-style:solid;
	border-width:1px;
	border-color:#667787;*/
	padding-bottom:50px;
	overflow:visible;
}
#container{
	position:relative;
	top:20px;
	left:20px;
	width:760px;
}
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
#MenuTopo{
	position:relative;
	width:100%;
	height:30px;
	top:1px;
}
#topo{
	position:relative;
	top:0px;
	left:0px;
	height:157px;
	width:760px;
	background-image:url(../Imgs/Bkg_InternaTopo.gif);
	background-repeat:repeat-x;
	z-index:1;
}
#conteudo{
	position:relative;
	top:10px;
	left:0px;
	width:760px;
	border-style:dashed;
	border-width:1px;
	border-color:#667787;
	z-index:2;
}
#newsTeaser{
	position:relative;
	top:0px;
	left:0px;
	width:223px;
	height:167px;
	background-color:#FFFFFF;
	overflow:hidden;
	z-index:3;
}
/*////////////////////////////////////////////*/
/*//// TIPOGRAFIA ////////////////////////////*/
/*////////////////////////////////////////////*/
p{
	font-size:0.6em;
	line-height:1.5em;
}
h3{
	font-size:0.6em;
}
h2{ 
	font-size:0.7em;
}
h1{
	font-size:1em;
}
/*////////////////////////////////////////////*/
/*//// FORMULARIOS ///////////////////////////*/
/*////////////////////////////////////////////*/
form img{
	border:0px;
}
.txt{
	font-family: arial;
	color:#667787;
	background-color:#FFFFFF;
	font-size:0.6em;
	padding-left:4px;
	padding-right:4px;
	border: 1px solid #B9C4DC;
}
.botton{
	background-color:#E6E5EF;
	color:#3B3381;
	font-family: arial;
	font-weight:bold;
	font-size:0.7em;
	border: 1px solid #E6E5EF;
}
.titulotxt{
	font-family: arial;
	color:#667787;
	font-size:0.6em;
	font-weight:bold;
}
form{

}
/*////////////////////////////////////////////*/
img{
	border:none;
}
/*////////////////////////////////////////////*/
/*//// LINKS DECORATION //////////////////////*/
/*////////////////////////////////////////////*/
a{
	text-decoration:none;
	font-weight:bold;
	color:#667787;
}
a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#667787;
}

/*//////////////////////////////////////////*/
/*///// LISTA DE MARCADORES ///////////////*/
/*////////////////////////////////////////*/
#listaMarcadores p{
	padding-left:16px;
	font-size:0.6em;
	line-height:1.9em;
}
.margem {
padding-bottom:10px;
padding-left:10px;
}