/*======================= DISPLAY =====================*/
        H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
        DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, img { display: block }

	B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, SPAN { display: inline }
/*===================BODY =============================*/
		BODY {
	font-family: helvetica, sans serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	color:#000;
	margin-left: 30px;
	margin-right:20pt;
	font-size: 11pt;
	background-color: #ffe;
	}

/* ============= TIPOS DE FONTES =========================*/
H1 {
	font-weight: bold }
H2, H3, H4, H5, H6 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold }
I, CITE, VAR, ADDRESS { font-style: italic }
STRONG, TH { font-weight: bold }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
EM {font-style: italic; font-weight: bold}
ADDRESS, CITE {font-family: times, serif}
VAR {font-family: times, serif}
UL { font-family: arial, helvetica, sans-serif }
OL { font-family: arial, helvetica, sans-serif }
DT { font-family: times, "Times New Roman", serif; font-weight: bold }
DD { font-family: arial, helvetica, sans-serif; font-weight: normal }
TH, TR { font-family: arial, helvetica, sans-serif }
HR { border-top: solid }

/* ============ TEXTO - DESCRI€åES ===============*/
H1 { font-size: 180% }
H2 { font-size: 140% }
H3 { font-size: 120% }
H4 { font-size: 110% }
H5 { font-size: 100% }
H6 { font-size: 90% }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

/* =========== LISTAS - DESCRICOES =================*/
UL { list-style: square outside}
OL { list-style: decimal inside}
DIR { list-style: circle outside }
MENU { list-style: square inside }
DD { margin: 20px }

/* =========== TABELA - DESCRICOES =================*/

/* ============ LINKS - DESCRICOES ==================*/
A:link { color: blue }
A:visited { color: red }
A:active { color: blue }

/* ============= GERAL - DESTAQUES =================*/
p       { text-align: justify; text-indent: 2em }
h1 {
	font-weight: bold;
        text-align: center;
        color: gold;
	font-family: times, serif;
	margin-right: 20px;
        background-color: #009}
h2 {
	text-decoration: underline;
	color: #FF0080;
	background-color: #FFFFC0;
	text-align: center}
h3 {
	color: navy;
	background-color: #C1DBFF;
	text-align: center}
h4      { color: #f00 }
h5 {
        color: #000;
        text-align: left}
h6 {
	color: #000000;
	text-align: center}
TD { text-align: right }
/*============ DIVs ==================================*/
div.illegal-example { width: 100%; color: red; border: solid red;}
div.note { color: green; margin-left: 1em;}
div.example { width: 100%; color: black;}
div.dtd-example { width: 100%; color: black;}
div.dtd-fragment { width: 100%; border: none; background-color: #eee;}
div.subtoc {padding: 1em; border: solid thin; margin: 1em 0; background: #ddd}
p.note { color: green; margin-left: 1em;}
ul.toc { list-style-type: none;}
a.normref { color : red;}
a.informref { color : green;}
/*=============== IMG ============================*/
img.dizer {float: right;}


