
body { color:#000000; background:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:10pt; }

<!-- Table attributes. Column widths have been arbitrarily set to 20 and 80 percent and can be changed -->
table.main { width:100%; }
td.left { width:20%; background:#f1f4fa; vertical-align:top; padding:5; }
td.right { width:80%; background:#ffffff; vertical-align:top; padding:5; }

<!-- Font size for examples in body -->
tt { font-family:Courier New, Courier, mono; font-size:10pt; }

<!-- Font classes --> 
p.side { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
p.head { font-family:Arial, Helvetica, sans-serif; font-size:13.5pt; font-weight:bold; }
p.sechead { font-family:Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; font-style:italic; }
p.main { font-family:Arial, Helvetica, sans-serif; font-size:10pt; }
p.fig { font-family:Arial, Helvetica, sans-serif; font-size:10pt; font-style:italic; text-align: center; } 
p.nav { font-family:Arial, Helvetica, sans-serif; font-size:10pt; text-align: center; }
p.apptable { font-family:Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; text-align: center; }

<!-- Determines the width of the indentation -->
ul { margin:10pt; font-family:Arial, Helvetica, sans-serif; font-size:10pt; }

<!-- Determines bullets and list items -->
li.dot { font-family:Arial, Helvetica, sans-serif; font-size:10pt; list-style: square outside; margin-left: 1em; margin-bottom: 1em; }
li.nodot { font-family:Arial, Helvetica, sans-serif; font-size:10pt; list-style: none; }