a                { text-decoration: none;
                 }
a:hover          { text-decoration: underline;
                 }
a:link           { color: #2200bb;
                 }
a:visited        { color: #2200bb;
                 }
a.ext:hover      { background-color: #2200bb; 
                   color: white; 
                   text-decoration: none;
                 }
a.plain          { color: black;
                 }
a.plain:visited  { color: black;
                 }
a.plain:hover    { background-color: #2200bb;
                   color: white;
                   text-decoration: none;
                 }
blockquote       { font-size: 90%;
                 }
blockquote.full  { background-color: #EEEEEE; 
                   font-size: 100%;  
                   margin: 2.4em 1em 2.7em 1em; 
                   padding: 2em; 
                 }
body             { background-color: #606060; 
                   color: black; 
                   font-family: "Trebuchet MS", Verdana, Tahoma, Calibri, Helvetica, Arial, sans-serif;
                 }
div              { background-color: white; 
                   margin: -2em -2em 0em -2em; 
                   max-width: 31em;      /*  div and div.div0 should have the same max-width  */
                   padding: 0em 6em 4em 4em; 
                 }
div.div0         { background-color: white; 
                   margin: 0; 
                   max-width: 31em;      /*  div and div.div0 should have the same max-width  */
                   padding: 0; 
                 }
hr.top           { background-color: #bb0000; 
                   border: 0; 
                   color: #bb0000; 
                   height: 2px;
                 }
img.std          { width: 100%;
                 }
p.ref            { font-size: 85%; 
                   margin: 0; 
                   padding: 0em 0em 0em 2.7em; 
                   text-indent: -2.7em;
                 }
sub              { bottom: -0.35em; 
                   font-size: 75%; 
                   position: relative; 
                   vertical-align: baseline;
                 }  
sup              { font-size: 75%; 
                   position: relative; 
                   top: -0.45em;      /* this displays slightly differently in Firefox and IE */
                   vertical-align: baseline;
                 }  
.bullet1         { font-weight: bold; 
                   padding: 0 0.4em 0 0; 
                   vertical-align: top;
                 }
.footer          { font-size: 85%; 
                   font-style: italic; 
                   margin: -4em 0em 0em -2em; 
                   padding: 0em 0em 0em 4.5em; 
                   white-space: nowrap;
                 }
.heading         { font-size: 113%; 
                   font-weight: bold;
                   vertical-align: top;
                 }
.heading2        { font-style: italic;
                 }
.number          { white-space: nowrap; 
                   word-spacing: -0.19em;
                 }
.smallfont       { font-size: 87%;
                 }
