*{
	margin: 0px;
}
body {
	background-color: #EBEBEB;
}
body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #325F7C;
}
a {
	color: #3D7296;
	text-decoration: none;
}
a:hover {
	color: #4684AC;
	text-decoration: underline;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

/* - - - classes - - - */

.txt_cinza {
	color: #797979;
}
.txt_branco {
	color: #FFFFFF;
}
.txt_azul_bold {
	font-weight: bold;
}
.img {
	padding: 1px;
	border: #CDCDCD 1px solid;
	margin-left: 20px;
}

/* - - - div's - - - */

#wrapper {
	margin: 0px auto;
	width: 995px;
}
#topo {
	width: 995px;
	height: 192px;
}
#conteudo {
	width: 937px;
	margin-left: 29px;
	margin-right: 29px;
	margin-bottom: 6px;
}
#esquerda {
	width: 684px;
	float: left;
	margin-right: 8px;
	margin-bottom: 6px;
}
#direita {
	width: 225px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px;
	background: url(img/fundo_direita.jpg) repeat-x;
	background-color: #325F7C;
	float: left;
}
#rodape {
	width: 933px;
	height: 48px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	border: 2px solid #FFFFFF;
	background: url(img/fundo_rodape.jpg) repeat-x;
	clear: both;
}

/* - - - extras - - - */

#div_g {
	width: 684px;
	margin-top: 6px;
}
#div_p {
	width: 339px;
	float: left;
}
#tit_div {
	width: 184px;
	height: 33px;
	float: left;
}
#fundo_div_g {
	width: 500px;
	height: 33px;
	background: url(img/tit_fundo_g.jpg) no-repeat;
	float: left;
}
#fundo_div_p {
	width: 155px;
	height: 33px;
	background: url(img/tit_fundo_p.jpg) no-repeat;
	float: left;
}
#cima_g {
	width: 684px;
	height: 33px;
	overflow: hidden;
}
#meio_g {
	width: 652px;
	background-color: #FFFFFF;
	border-right: #CDCDCD 1px solid;
	border-left: #CDCDCD 1px solid;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#meio_g_internas {
	width: 652px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	background-color: #FFFFFF;
	border-right: #CDCDCD 1px solid;
	border-left: #CDCDCD 1px solid;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#baixo_g {
	width: 684px;
	height: 13px;
	background: url(img/fundo_baixo_g.jpg);
}
#cima_p {
	width: 339px;
	height: 33px;
}
#meio_p {
	width: 307px;
	min-height: 164px;
	height: auto !important;
	height: 164px;
	background-color: #FFFFFF;
	border-right: #CDCDCD 1px solid;
	border-left: #CDCDCD 1px solid;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#baixo_p {
	width: 339px;
	height: 13px;
	background: url(img/fundo_baixo_p.jpg);
}
#busca_associados {
	width: 225px;
}

/* - - - extras - - - */

#pontilhado {
	border-bottom: 1px dashed #6DA3C7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
#pontilhado_no_clear {
	border-bottom: 1px dashed #6DA3C7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#clear_both {
	clear: both;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}

