.header			{ font-size: 18pt; font-weight: bold; background-color: green; color: white; }
.footer			{ font-size: 8pt; background-color: green; color: white; }
.nav			{ font-size: 10pt; font-weight: bold; background-color: #97ff97; }
.body			{ font-size: 10pt; }
.trim			{ font-size: 5pt; background-color: brown; color: brown; }
.title			{ font-size: 10pt; font-weight: bold; }
.subtitle		{ font-size: 10pt; text-decoration: underline; }
.fig			{ font-size: 10pt; font-style:italic; }
a				{ color: #000000; }
a:link			{ text-decoration: none; }
a:visited		{ text-decoration: none; }
a:active		{ text-decoration: underline; }
a:hover			{ text-decoration: underline; }
body			{ font-family: arial, Verdana, sans-serif; font-size: 10pt; color: #000000; }
li         		{ font-family: arial, Verdana, sans-serif; font-size: 10pt; color: #000000; }
p				{ font-family: arial, Verdana, sans-serif; font-size: 10pt; color: #000000; }
table			{ border-collapse: collapse; }
table.data		{ font-family: arial, Verdana, sans-serif; font-size: 10pt; border: 1px solid green; padding: 3; }
td.data			{ border: 1px solid green; }
hr				{ border-width: 0px; border-collapse: collapse; margin: 0px; height: 5px; }