/*== DISPLAY ==*/
	H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
	DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { 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: 20px;
	margin-right:20pt;
	font-size: 12pt;
	}

/* == 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 - DESCRICOES ==*/
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: disc outside}
OL { list-style: decimal inside}
DIR { list-style: circle outside }
MENU { list-style: square inside }
DD { margin: 20px }

/* == TABELA ==*/

/* == LINKS ==*/
A:link { color: blue }
A:visited { color: red }
A:active { color: blue }

/* == DESTAQUES ==*/
p { text-align: justify;
	text-indent: 3em;
	margin-left: 20px;
	margin-right: 20px;}
h1 {
	font-weight: bold;
	text-align: center;
	color: gold;
	font-family: times, serif;
	margin-right: 20px;
	background-color: #009}
h2 {
	color: #FF0080;
	background-color: #FFFFC0;
	text-align: center}
h3 {
	color: navy;
	background-color: #C1DBFF;
	text-align: center}
h4 { color: #f00 }
h5 { color: #000 }
h6 { color: #000 }

/*== DIVs ==*/
div.subtoc {padding: 1em; border: solid thin; background: #060}
p.note { color: green; margin-left: 1em;}
ul.toc { list-style-type: none;}
a.normref { color : red;}
a.informref { color : green;}
