*{
	margin:0px;
	padding:0px;
}
html{
	width:100%;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#000000;
	width:100%;
	height:100%;
}
#content{
	display:block;
	height:0px;
	overflow:hidden;
}
#carrega{
	text-align:center;
	overflow:hidden;
}
a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	color:#FF9900;
}
#maps{
    width: 320px;
	height: 383px;
	position:absolute;
	left: 50%;
	top:196px;
	margin:0 0 0 -110px;
	z-index:1;
	display:none;
}
#maps #cidades{
	padding:3px 5px;
	border:none;
}
#nome_representante{
	margin:5px 0 0 0;
	font-weight:bold;
}
hr{
	margin:5px 45px 5px 5px;
	border:2px dotted #666666;
}