div#operacional {
}
div#institucional {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
div#topo {/*height: 90px;*/
}
div#conteudo { /*	float:left; */
	left: 0px;
	width: 100%;
}
div#esq {
	float:left;
	width: 140px;
}
div#miolo {
	left: 140px;
	width: auto;
}
div#rodape {
	float:left;
	width: 100%;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #f1f1f1;
}
A:link {
	color:#984281;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color:#B962A4;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
	font-weight: bold;
}
#topmenu {
	height: 25px;
	text-align: center;
	background-color: #000000;
}
#topmenu ul {
	padding: 0;
	list-style: none;
}
#topmenu li {
	font-size:12px;
	margin: 0;
	float: left;
	height: 25px;
	padding: 0;
}
#topmenu a:link, #topmenu a:visited {
	display: block;
	float: left;
	line-height: 25px;
	height: 25px;
	padding: 0 15px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 0;
}
#topmenu a:hover {
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
	background-color: #984281;
}
a.sort-asc {
	color:#000000;
	text-decoration:underline;
	background-image: url(../img/sort-asc.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a.sort-desc {
	color:#000000;
	text-decoration:underline;
	background-image: url(../img/sort-desc.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}
a.link_ordem {
	color:#000000;
	text-decoration:underline;
}

/* Efeito para abrir div's de ajuda */

.titulo a span {
	display:none;
	position:absolute;
	margin: 0;
	color: #000;
	top: 0px;
	left: -200px;
	padding: 0px;
	height: 15px;
	width: 19px;
} 

.titulo a:hover span {
	display:block;
}