/* Make headings Copperplate Gothic Bold*/

h1             {
                font-family: "copperplate gothic bold","verdana","Arial";
                color: #00688b;
                font-size: 20pt;
               }

h2             {
                font-family: "copperplate gothic bold","verdana","arial";
                color: #00688b;
                font-size: 15pt;
               }

h3             {
                font-family: "copperplate gothic light","verdana","Arial";
                color: #03054b;
                font-size: 12pt;
               }

h4             {
                font-family: "verdana","arial";
                color: #03054b;
                font-size: 10pt;
               }

/*Make all  body text deep blue-green 8pt verdana and 10pt margins. Use light aqua as the background */

body           {
                font-family: "verdana","arial","times","helvetica";
                font-size: 8pt;
                color: #083830;
                background: #ddf6f6;
                margin-left: 10pt;
                margin-right: 10pt;
               }

/* Don't underline links and make all links blue. Make links flash green when activated. */

A              { text-decoration: underline }

a:link         { color: #3399cc }

a:visited      { color: #006699 }

a:active       { color: #339900 }

a:hover        { color: #66cc00 }

/* Format footnotes as 8.5pt Arial and center them. */

div.footnote   {
                font-size : 8.5pt;
                color : #000033;
                font-family : arial;
                text-align : center;
               }

p.left-align   {
                font-family: "verdana","arial","times","helvetica";
                font-size: 8pt;
                color: #083830;
                text-align : left;
               }

p.center-align {
                font-family: "verdana","arial","times","helvetica";
                font-size: 8pt;
                color: #083830;
                text-align : center;
               }

.caption       {
                font-size: 8pt;
                font-family: "arial","times","helvetica";
                margin-bottom: 4pt;
                padding-left: 2px;
                line-height: 12pt;
                text-align: center;
               }


