		/*this is the css for the vertical version*/
		#submnuQui {width:100px; display:block;}
		#submnuQui li{ float:left!important; clear:both; display:inline;}
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			width: 204px;
		}
		.vertical li a{
			display: block;
			width: 200px;
			text-decoration: none;
			padding: .1em 1px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 200px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			display: block;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			width: 110px;
			padding: .1em 1px;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 129px;
			display: block;
			height: auto;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}
		.horizontal li ul li a{
		width: 125px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
		visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
		padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #4e99dc;
			color: black;
			text-align:center;
		}
		.blackwhite li a:hover{
			background-color: #4775a2;
			color: white;
		}
		.blackwhite ul{
		}
		.bluewhite li a{
			background-color: #4e99dc;
			text-align:center;
			color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #4775a2;
			color: white;
		}
		.bluewhite ul{
		}
		
		.style6 {
		   font-family: Arial;
		   font-size: 12px;
		   font-weigth: bold;
		}
		
		
		
		
		a.branco:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.branco:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a.branco:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.branco:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.texto {
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
}

.form {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titulo {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.texto_branco {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9px;
}

.titulo_branco {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}


#divControl {
	FONT-SIZE: 10pt; LEFT: -34px;  WIDTH: 32px; FONT-FAMILY: arial; POSITION: absolute; TOP: 240px}
#divCont {
	LEFT: 10px; WIDTH: 578px; CLIP: rect(0px 580px 255px 0px); POSITION: absolute; TOP: 32px; HEIGHT: 163px}
.clScroll {
	FONT-SIZE: 10pt; LEFT: 0px; VISIBILITY: hidden; FONT-FAMILY: arial; POSITION: absolute; TOP: 0px}

#divControl2 {
	FONT-SIZE: 10pt; LEFT: -34px;  WIDTH: 32px; FONT-FAMILY: arial; POSITION: absolute; TOP: 245px}
#divCont2 {
	LEFT: 5px; WIDTH: 645px; CLIP: rect(0px 650px 255px 0px); POSITION: absolute; TOP: 32px; HEIGHT: 163px}
.clScroll2 {
	FONT-SIZE: 10pt; LEFT: 0px; VISIBILITY: hidden; FONT-FAMILY: arial; POSITION: absolute; TOP: 0px}