.celulas a {
	color:#FFFFFF;
	background-color: #AC221E;
	height: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	display: block;
	width: 100%;
	vertical-align: middle;
text-decoration:none;
}
.celulas a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #AC221E;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	height: 22px;
	display: block;
	width: 100%;
	vertical-align: middle;

}
.celulas a:link {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #AC221E;
	height: 22px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	display: block;
	width: 100%;
	vertical-align: middle;

}
.celulas a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #AC221E;
	border:none;
	height: 22px;
	display: block;
	width: 100%;
	vertical-align: middle;

}

#footer a {
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
}
#footer a:link {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.fundoTabela {
	BACKGROUND-POSITION: right top; BACKGROUND-IMAGE: url(imgs/jpg/fundo_conteudo.jpg); BACKGROUND-REPEAT: no-repeat
}
	#bubble_tooltip{
		width:147px;
		position:absolute;
		display:none;
		z-index:999;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('imgs/bubble_top.gif');
		background-repeat:no-repeat;
		height:16px;	
	}
	#bubble_tooltip .bubble_middle{
		background-image: url('imgs/bubble_middle.gif');
		background-repeat:repeat-y;	
		background-position:bottom left;
		padding-left:7px;
		padding-right:7px;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		font-family: Geneva, Arial, Helvetica, sans-serif, Tahoma;
		font-size:12px;
		font-weight:bold;
		text-align: center;
		color: #792C2C;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('imgs/bubble_bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:24px;
		position:relative;
		top:-6px;
	}
.botoes {
	color: #668C27;
	background-color: EFF7E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	cursor: hand;
	margin-right: 3px;
	margin-left: 3px;


}
.padding {
	padding: 5px;
}
