A       {
	text-decoration: none;
	COLOR: #ffffff
}


A:hover {
	COLOR: #3399FF
}




.tabela {
	background-attachment: fixed;
	background-image: url(fundo-pe.gif);
	background-repeat: repeat-x;
	background-position: bottom;
        background-color: #f2f5f7;
        
}

.canto-esq {
	background-attachment: fixed;
	background-image: url(canto-pe-esq.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
        background-color: #f2f5f7;
        
}

.canto-dir {
	background-attachment: fixed;
	background-image: url(canto-pe-dir.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
        background-color: #f2f5f7;
        
}


body {
        SCROLLBAR-FACE-COLOR: #f0f4f8;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffFF;
	SCROLLBAR-SHADOW-COLOR: #708090;
	SCROLLBAR-3DLIGHT-COLOR: #DCDCDC;
	SCROLLBAR-ARROW-COLOR: #1b4475;
	SCROLLBAR-TRACK-COLOR: #f2f9ff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;

        background-color: rgb(137, 176, 216);

        margin-top: 0pt; 
        margin-left: 0pt; 
        margin-bottom: 0pt;
        margin-right: 0pt;    

}

.pe {
	
        font-family:,Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
        margin-bottom: 0;
        margin-top: 3;

}