/* CSS Document */
body {
	text-align:center;
	background-color:#FFFFFF;
	margin:0px;
}

*, html, body {
	margin:0;
	padding:0;
}

hr{
	border:1px thin #333333;
}

#topo{
	text-align:center;
	margin:auto;
}
#conteudo{
	text-align:center;	
	margin-top:20px;
}
#rodape{	
	text-align:center;
	margin:auto;
	margin-top:20px;
}
#centrar{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-176px;
	margin-top:-86px;		
}
#cidades{
	width:620px;
	height:250px;
	overflow:auto;	
}
.caixa{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:solid 1px #cccccc;
}
.botao{
	color: #000000;
  	font-family: Arial, Hevlvetica, sans-serif;
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
	border: 3px double #cccccc;  	
  	width: auto;
  	background: url(../images/button_bg.png) repeat-x;  
  	margin: 1px;
}
.form{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;	
}
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#BE1F1F;
	font-weight:bold;
}
.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.rel{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
}
.trel{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	font-weight:bold;
}