/*/////////////////////////////////////////////*/
/*// Containers ///////////////////////////////*/
/*/////////////////////////////////////////////*/
body{
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#4C4F54;
	text-align:justify;
	SCROLLBAR-HIGHLIGHT-COLOR:#ffffff;
	SCROLLBAR-SHADOW-COLOR:#ffffff;
	SCROLLBAR-3DLIGHT-COLOR:#ffffff;
	SCROLLBAR-ARROW-COLOR:#ffffff;
	SCROLLBAR-TRACK-COLOR:#ffffff;
}
#containerGlobal{
	top:30px;
	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;
}
/*/////////////////////////////////////////////*/
/*/////////////////////////////////////////////*/
#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;
}
/*// HTML /////////////////////////////////*/
td{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
}
a{
	text-decoration:none;
	color:#4C4F54;
}
a:hover{
	text-decoration:underline;
	color:#4C4F54;
}
hr{
	border: 1px solid;
    border-color: #F0F0E7;
}