a:link          { }
a:visited       { }
a:active        { text-decoration: none; }
a:hover         { text-decoration: none; }

body            {
                  font-family: Verdana, Arial;
                  font-size: 8pt;
                  background-color: white;
                  color: black;
                  margin-left:      5;
                  margin-top:       5;
                  margin-right:     5;
                  margin-bottom:    5;
                }

p               { text-align: justify; font-size: 8pt; margin-top: 3; }

.h1             { font-weight: 600; font-size: 11pt; text-align: center; }
.h2             { font-weight: 600; font-size: 11pt; text-align: left; }
.h3             { font-weight: 600; font-size:  9pt; text-align: center; }
.h4             { font-weight: 600; font-size:  9pt; text-align: left; }
.h5             { font-weight: 600; font-size:  8pt; text-align: center; }
.h6             { font-weight: 600; font-size:  8pt; text-align: left; }

.b              { font-weight: 600; }
.i              { font-style: italic; }
.l              { text-align: left; }
.r              { text-align: right }
.c              { text-align: center; }
.ci             { text-align: center; font-style: italic; }
.cb             { text-align: center; font-weight: 600; }
.li             { text-align: left; font-style: italic; }
.ri             { text-align: right; font-style: italic; }

tr              { vertical-align: top; width: 100%; font-size: 8pt; }
td              {
                    vertical-align: top;
                    padding-left:   5;
                    padding-top:    0;
                    padding-right:  5;
                    padding-bottom: 0;
                }
td.bottom       {
                    vertical-align: bottom;
                }

.chord          { font-weight: 600; color: #0000FF; }
.chok           { font-weight: 600; color: #8A2BE2; }
.chodd          { font-weight: 600; color: #FF0000; }
.chorp          { font-weight: 600; color: #FF1493; }

.quest          { font-weight: 400; color: #0044BB; font-size: 9pt; }
.red            { font-weight: 600; color: #FF0000; }

.h              { visibility:hidden; }
.sel            { font-weight: 600; }
.p1             { font-size:  6pt; }
.p2             { font-size:  5pt; }
.p3             { font-size:  4pt; }
.p4             { font-size:  3pt; }
.p5             { font-size:  2pt; }
.p6             { font-size:  1pt; }

.error          { text-align: center; color: #FF0000; }

img.click       { border: 0; }
img.pic         { border: 0; }
