BODY {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 color: #333333;
}
.textoNormal {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 color: #333333;
}
.textoDestaque {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 color: #006699;
}
.poisonDestaque {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 color: #CC0000;
}
input.texto {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 font-color: #333333;
 border: 0;
 background-color: #DADADA;
}
select.texto {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 font-color: #333333;
 border: 0;
 background-color: #DADADA;
}
textarea.texto {
 font-family: Arial, Verdana;
 font-size: 8pt;
 font-weight: normal;
 font-color: #333333;
 border: 0;
 background-color: #DADADA;
}

a.normal:link {font-size:8pt;font-weight:normal;text-decoration: none;color: #006699;}
a.normal:visited {font-size:8pt;font-weight:normal;text-decoration: none;color: #006699;}
a.normal:hover {font-size:8pt;font-weight:normal;text-decoration: underline;color: #006699;}

a.poison:link {font-size:8pt;font-weight:normal;text-decoration: none;color: #CC0000;}
a.poison:visited {font-size:8pt;font-weight:normal;text-decoration: none;color: #CC0000;}
a.poison:hover {font-size:8pt;font-weight:normal;text-decoration: underline;color: #CC0000;}

#topo {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width:750px;
	height:137px;
	z-index:1;
}

#menu {
	position: absolute;
	overflow: hidden;
	top: 137px;
	left: 0px;
	width:201px;
	height:293px;
	z-index:1;
}

#address {
	position: absolute;
	overflow: hidden;
	top: 430px;
	left: 0px;
	width:201px;
	height:120px;
	z-index:1;
}

#titulo {
	position: absolute;
	overflow: hidden;
	top:139px;
	left:550px;
	width:200px;
	height:16px;
	z-index:2;
}

#janela {
	position: absolute;
	overflow: auto;
	padding-left: 15px;
	top: 160px;
	left: 201px;
	width:549px;
	height:auto;
	z-index:2;
}
