h1{
	font: 12pt "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	/*border-bottom: 1px solid #8A8A8A;*/
	font-weight:bold;
	color:#990000;
	padding-left:15px;
	background:url(images/barra.gif) repeat-x;
}

form{
	margin:0px;
	padding:0px;
}

.tdEsquerda{
	margin-left:5px;
}

.d1{
	font-weight:bold;
}

/* MENU TOPO  */
.tblSubgrupos{
text-indent: 3px;
ont-weight:bold;
border-bottom: 0px;
padding: 1px 0;
	font:11px "Arial Narrow", Arial;
	color:#666666;
	width:200px;
	background-color:#F2F2F2;
	border: 1px solid Gray;
	background:#FFFFFF;
}

.box{
text-indent: 3px;
border-bottom: 0px;
padding: 1px 0;
	position: absolute;
	visibility: hidden;
	z-index: 2;	
}


/* MENU LATERAL */
.deptoOver{
	cursor: pointer;
	font:12px "Arial Narrow", Arial;
	color: #666666;
	background-color: #C7C7C7;
}
.deptoOut{
	cursor: default;
	font:12px "Arial Narrow", Arial;
	color: #666666;
}

.subdeptoOver{
	cursor: pointer;
	font:12px "Arial Narrow", Arial;
	color: #666666;
	background-color: #C7C7C7;
	border: 1px solid #C2C1BF;
	border-bottom: 0px;
}
.subdeptoOut{
	cursor: default;
	font:12px "Arial Narrow", Arial;
	color: #666666;
	border: 1px solid #C2C1BF;
	border-bottom: 0px;
	background-color:#FFFFFF;
}
.sugOver{
	cursor: pointer;
	font:12px "Arial Narrow", Arial;
	color: #666666;
	background-color: #C7C7C7;
}
.sugOut{
	cursor: default;
	font:12px "Arial Narrow", Arial;
	color: #666666;
}

/* NOVA TELA VARIACOES */
.varOculto{
	position: absolute;
	visibility: hidden;
}
.varVisivel{
	visibility: visible;
}