	body {font-family: sans-serif;
          background-color: white}
	.body
	       {width: 440px; height: 390px;
	       position: absolute; top: 95px; left: 270px;
		   background-color: transparent; z-index: 3}
		   
    .menu
	       {width: 100px; height: 390px; font: bold 10px;
	       position: absolute; top: 260px; left: 130px;
		   background-color: transparent; z-index: 3}
	.menu div {border: solid rgb(140,140,170) 1px; padding: 2px; 
	           width: 100%; background: rgb(180,180,220);
	           border-right-width: 2px; border-bottom-width: 2px; 
			   font-size: 11px; font-weight: bold; text-align: center}
    .menu div a {color: navy}
	.menu div a:hover {color: rgb(200,0,0);text-transform:uppercase}
	.back div {z-index: 1}
	
    h1 {color: blue; font-weight: normal; font-size: 18pt; 
	    margin-top: 0px; text-align: right;}
    h2 {color: gray; font-weight: bold; font-size: 11pt; margin-top: 24pt}
	h3 {font-size: 10pt; text-align: right; font-weight: normal}
    td, li, p {color: rgb(70,70,70); font-size: 10pt;}
	h4 {font-size: 12pt; margin-bottom: 0px; text-align: right}
	a {text-decoration: none}
	ul {margin: 0px}
	a:hover {text-decoration: underline;color: rgb(200,0,0)}
	
	.ind {margin-left: 20px}
	.imagem {float: right; padding: 10px; margin-left: 20px; 
	         background-color: rgb(90%,90%,90%); width: 300px}
	.sidebanner {font-family: sans-serif; font-weight: bold; 
	               position: absolute; font-size: 10pt;
				   top: 0px; left: 0px; z-index: 2;
				   text-align: left;
				   padding-right: 5px; height: 100%}
	.sidebanner div.line {position: absolute; left: 0px}
	.sidebanner div div {border-width: 2px 0px 0px 2px; padding: 0px;
	               border-color: white; margin: 0px; border-style: solid;
	               padding-top: 22px; font-size: 11px; padding-bottom: 27px;
				   width: 65px; text-align: center;}
