body.fundo {
	z-index: 0;
	border-style: none;
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt ;
	font-style: normal;
	font-weight: normal;
	background-color: white;
}

p {
	background-color: white;
}

a {
	text-decoration: none;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9pt ;
	font-style: normal;
	font-weight: bold;
	color:#000040;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: black;
}

table.fundo {
	z-index: 10;
	width: 800px;
	margin: 0;
	padding: 0;	
	margin-right: auto;
	margin-left: auto;
}

table.mapa {
	z-index: 10;
	width: 435px;
	margin: 0;
	padding: 0;	
	margin-right: auto;
	margin-left: auto;
}

td.fundo {
	z-index: 10;
	height: 600px;
	vertical-align: top;
}

div.texto {
	z-index: 50;
	position: relative;
	background-color: transparent;
	text-align: left;
	cursor: default;	
	top: 155px;	
	left: 370px; 
	height: 350px; 
	width: 230px;
}

div.organics {
	z-index: 50;
	position: relative;
	background-color: transparent;
	text-align: left;
	cursor: default;	
	top: 110px;
	left: 370px; 
	height: 394px; 
	width: 240px;
}

div.becool {
	z-index: 50;
	position: relative;
	background-color: transparent;
	text-align: left;
	cursor: default;	
	top: 130px;
	left: 370px; 
	height: 375px; 
	width: 240px;
}

ul {
	z-index: 100;
	list-style: none;
	border-style: none;
	cursor: default;
	font-family: "Courier New" , monospace ;
	font-size: 10pt ;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ul.menu {
	position: relative;
	top: 10px;
	left: 10px;
	height: 23px;
}

ul.hidden {
	position: relative;
	top: 0px;
	left: 0px;
	height: 23px;
}

ul.menu li {
	background-color: transparent;
	width: 138px;
	height: 23px;
}

ul.menu li.top {
	background-color: transparent;
	background-image: url("logo.gif");
	background-repeat: no-repeat;
	width: 25px;
	height: 28px;
}

ul.menu li.hover,
ul.menu li:hover {
	background-image: url("selector.gif");
	background-repeat: no-repeat;
	height: 28px;
}

ul.menu li.top.hover,
ul.menu li.top:hover {
	background-color: transparent;
	background-image: url("menu.gif");
	width: 138px;
	height: 158px;
}

ul.menu li:hover > ul {
	visibility: visible;
}

ul.menu li:hover ul {
	visibility: visible;
}

ul.menu ul {
	visibility: hidden;
}

li.menu {
	height: 23px;
}

img.mlinha {
	height: 13px;
	width: 103px;
	margin-top: 6px;
}

img.mborder {
	height: 13px;
	width: 29px;
	margin-top: 6px;
}




