body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	overflow-y: auto;
	background-image: url(../img/back_site.gif);
	text-align: center;
}
body,td,th {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}

a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover {	text-decoration: none; }
a:active {	text-decoration: none; }


h1 { display: inline; font-weight: normal; font-size: 12px; }
h2 { display: inline; font-weight: normal; font-size: 12px; } 
h3 { font-weight: normal; font-size: 12px; }
h4 { display: inline; font-weight: normal; font-size: 12px; }

#limites { width: 998px; margin: 0 auto; height: 100%; }

#site { width: 100%; margin: 0 auto; height: 100%; text-align: left; }

#conteudo { padding: 5px;  }

.titulo_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.titulo_2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #fb8304;
	font-weight: bold;
}
.titulo_3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5d77a4;
	font-weight: bold;
}

.titulo_3:hover {
	color: #fb8304;
}

.titulo_4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5d77a4;
	font-weight: bold;
}

.titulo_5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.titulo_6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

.conteudo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
}

.conteudo_1 { font-size: 11px; }
.conteudo_2 { font-size: 10px; }
.conteudo_3 { font-size: 9px; }

.conteudo_link1 { color: #7a7a7a; }
.conteudo_link1:hover {
	color: #fb8304;
}

.conteudo_link2 { color: #fb8304; }
.conteudo_link2:hover {
	color: #5d77a4;
}


.legenda {
	font-size: 10px;
}

.paginacao_1 { font-size: 11px; color: #7a7a7a; }
.paginacao_2 { font-size: 11px; color: #fb8304; }

.rodape_1 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
.rodape_1b {
	font-size: 10px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
.rodape_2 {
	font-size: 11px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

.form_1 {
	color: #7a7a7a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	border: 1px solid #d0d0d0;
	width: 150px;
	}


.form_2 {
	color: #7a7a7a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #d0d0d0;
	}

.cor_1 { color: #7a7a7a; }
.cor_2 { color: #FFFFFF; }
.cor_3 { color: #000000; }
.cor_4 { color: #fb8304; }
.cor_5 { color: #5d77a4; }

#member_continent {
	width: 80%;
	border-bottom: 1px solid #7a7a7a;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5d77a4;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	}

#member_country {
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#member_country_line {
	width: 100%;
	height: 5px;
	background-image: url(../img/ponto2.gif);
}

#members_pop {
	position: fixed;
	z-index: 5;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -145px;
	width: 400px;
	height: 290px;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: auto;
	border: 2px solid #7a7a7a;
}

#members_pop_fundo {
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter:Alpha(Opacity=70);
	-moz-opacity : 0.7; 
	overflow: auto;
}

* html #members_pop {position:absolute;}
* html #members_pop_fundo {position:absolute;}


#quadro_home {
	margin: 15px;
	margin-top: 25px;
}

.borda_img {
	border: 1px solid #fb8304;
	padding: 1px;
}



