@charset "utf-8";

#Associadas {
	width:568px;
	height:60px;
	border:0;
	padding:0;
	font-weight:bold;
	font-size:18px;
	color:#069;
	background:url(../img/top_associadas.jpg) no-repeat;
}

.tab_titulo{
	width:500px;
	height:20px;
	border:0;
	color:#069;
	background:#C4D4E4;
	font-weight:bold;
}

.tab_titulo_apagar{
	width:80px;
	height:20px;
	background:#EEE;
	color:#000;
	font-weight:bold;
	text-align:center;
}

a.tab_adicionar{
	width:500px;
	height:20px;
	display:block;
	font-weight:bold;
	color:#857C7C;
	background:#EEE;
	text-decoration:none;
	text-align:center;
	padding:0 5px;
}

a.tab_adicionar:hover{
	color:#000;
	background:#DFEFFF;
}

a.tab_apagar {
	width:80px;
	height:20px;
	display:block;
	color:#000;
	background:#EEE;
	text-decoration:none;
	text-align:center;
}
 
a.tab_apagar:hover {
	color:#000;
	background:#DFEFFF;
}

a.tab_apagar img{border:0;}

a.tab_a {
	width:500px;
	height:20px;
	display:block;
	font-weight:normal;
	color:#000;
	background:#CCC;
	text-decoration:none;
	padding:0 5px;
}
 
a.tab_a:hover {
	font-weight:bold;
	color:#000;
	background:#DFEFFF;
}

