
/* Page background is dark green. */

body {background-color:#006600;}


/* Text in teal with simple, accessible styling. */

p {font-family:Arial, Helvetica, sans-serif; font-size:9pt; text-decoration: none; color:#336666; text-decoration: none; line-height:14pt;}

p.1 {font-family:Arial, Helvetica, sans-serif; font-size:8pt; text-decoration: none; color:#336666; text-decoration: none; line-height:14pt;}

h1 {font-family:Arial, Helvetica, sans-serif;font-size:20pt; color:#336666; text-decoration: none; line-height:20pt;} 

h2 {font-family:Arial, Helvetica, sans-serif;font-size:18pt; color:#336666; text-decoration: none; line-height:20pt;}

h3 {font-family:Arial, Helvetica, sans-serif;font-size:16pt; color:#336666; text-decoration: none; line-height:20pt;}

h4 {font-family:Arial, Helvetica, sans-serif;font-size:14pt; color:#336666; text-decoration: none; line-height:16pt;}

h5 {font-family:Arial, Helvetica, sans-serif;font-size:12pt; color:#336666; text-decoration: none; line-height:16pt;}

h6 {font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#336666; text-decoration: none; line-height:16pt;}



/* Underline all links. All links in teal until mouseover when they change to orange. All visited links turn to khaki green. */

a {font-family:Arial, Helvetica, sans-serif;font-size:9pt; color:#336666; text-decoration:underline;}

a.sublink {font-family:Arial, Helvetica, sans-serif;font-size:9pt; color:#336666; text-decoration:underline; }

a:hover {font-family:Arial, Helvetica, sans-serif;font-size:9pt; color:#ffcc00; text-decoration:underline;}

a:visited {font-family:Arial, Helvetica, sans-serif;font-size:9pt; color:#999900; text-decoration:underline;}


/* All bulleted text is teal and consistent with general text. */

ol {font-family:Arial, Helvetica, sans-serif;color:#336666;font-size:9pt; line-height:14pt;}

li {font-family:Arial, Helvetica, sans-serif;color:#336666;font-size:9pt; line-height:14pt;}

ul {font-family:Ariel, Helvetica, sans-serif;color:#336666;font-size:9pt; line-height:14pt;}


 
/* All text in tables consistent with page text rules. */

table {font-family:Arial, Helvetica, sans-serif; color:#336666; font-size:9pt; line-height:14pt;}






















