#borda {
	border: #ADADAD solid 1px;
}
	
.p1 {
	font-family: arial, helvetica, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
}

.p2 {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #EDE9E8;
	color: #000066;
	/*background-color: #000066;
	color: #ffffff;*/
	padding:10px;
}

.rep {
	font-family: verdana, helvetica, serif;
	font-size: 11px;
	background-color: #EDE9E8;
	color: #000000;
	padding:10px;
	text-align:left;
}

.rep2 {
	font-family: verdana, helvetica, serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	padding:10px;
	text-align:left;
}

.estado {
	font-family: verdana, helvetica, serif;
	font-size: 12px;
	background-color: #0767B1;
	color: #FFFFFF;
	padding:10px;
	text-align:left;
	font-weight: bold;
}

.cidade {
	font-family: verdana, helvetica, serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #000000;
	padding:5px;
	text-align:left;
	font-weight: bold;
}
	
.style1 {
	color: #FF0000;
	font-weight: bold;
}




/* 
	############## BARRA DE CIDADES REPRESENTANTES #####################
*/

#container{
	position:static;
	margin-top:0px;
	margin-left:0px;
	width:255px;
	height:360px;
	border-right:1px solid #5D5D5D;
	border-left:1px solid #5D5D5D;
	border-top:1px solid #5D5D5D;
	border-bottom:1px solid #5D5D5D;
}

.botaoBarra, .botaoBarraAtiva{
	display:block;
	margin:0;
	padding:7px 0px 10px 30px;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	color:#00000C;
	text-decoration:none;
	background-repeat:repeat-x;
}

.botaoBarra{
	background:url(./../../img/botao.jpg);
}
.botaoBarra:hover{
	background-image:url(./../../img/botao_hover.jpg);
}

.botaoBarraAtiva{
	background-image:url(./../../img/botaoAtivo.jpg);
}
.botaoBarraAtiva:hover{
	background-image:url(./../../img/botaoAtivo_hover.jpg);
}
.conteudoBarra{
	display:none;
	height:0px;
	overflow:hidden;
	background-repeat:repeat;
	font-family:Arial;
	font-size:11px;
	/*margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;*/
}

.conteudoBarra p{
	margin:0px;
}