.aba ul {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	background-image: url(../aba/img/aba_bg.gif); 
	background-repeat: repeat-x;
	background-position: 0px 2px;
	width: 100%; 
	line-height: normal;
	height: 27px;
	border-bottom: #0046AD 2px solid;
}

.aba li {
	float: left;
	background: url(../aba/img/aba_right.gif) top right no-repeat;
	margin: 0;
}

.aba a {
	display: block;
	background: url(../aba/img/aba_left.gif) top left no-repeat;
	padding: 0.6em 1.5em 0.25em;
	line-height: 18px;
	color: #4E8CCF;
	font-size: 8pt;
	font-weight: bold;
	font-family:  Arial, Tahoma,"MS Sans Serif";
	text-transform:uppercase;			
	text-decoration: none;
}

.aba a:hover {
	color: red;
	text-decoration: none;
}

.aba .abaSelecionada {
	font-weight: bold;
	background-image: url(../aba/img/aba_right_selecionada.gif);
}

.aba .abaSelecionada a {
	background-image: url(../aba/img/aba_left_selecionada.gif);
	color: white;
	text-decoration: none;
}

.aba .abaSelecionada a:hover {
	color: #FFD835;
	text-decoration: none;
}

.aba_conteudo {
	clear: both;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}


@media print {
	.aba ul {
		border-bottom: #000000 1px solid;
	}

	.aba a {
		font-weight: normal;
		color: #F4F4F4;
	}

	.aba .abaSelecionada a {
		font-weight: bold;
		color: #000000;
		border: #000000 1px solid;
	}
	
}