/* CSS Document */
body {
		padding: 8px; 
        line-height: 1.33;
		margin-left:5em;
		margin-right:4em;
		margin-top:2em;
		margin-bottom:2em;
				}
LI            { display: list-item }
HEAD          { display: none }
TABLE         { display: table }
TR            { display: table-row }
THEAD         { display: table-header-group }
TBODY         { display: table-row-group }
TFOOT         { display: table-footer-group }
COL           { display: table-column }
COLGROUP      { display: table-column-group }
TD, TH        { display: table-cell }
CAPTION       { display: table-caption } 


SUB             { vertical-align: sub }
SUP             { vertical-align: super } 


ABBR, ACRONYM   { font-variant: small-caps; 
                  letter-spacing: 0.1em } 

h1 {
	font-size:12pt;
	font-weight:bold;
	font-variant: small-caps;
}

H1, H2, H3,
H4, H5, H6    { page-break-after: avoid; 
                page-break-inside: avoid }

UL, OL, DL    { page-break-before: avoid } 

#cabecalho, #cabecalho2, #menuh, #menuesq, #ConteudoViewer1_lblItens, #lblMigalha, #banners_laterais, #rodape {
	display:none;
}
a {
	text-decoration:underline;
	}
.corpo, #principal {
	font-size:12pt;
	float:none;
	position:fixed;
	}