@import url("../css/default.css");
/* should be
   @import url("statement_css/default.css") screen;
   @import url("statement_css/print.css") print;
   but IE6 cannot handle it :(
*/

.Sframeblack {
   background-color: black;
   margin: 1em;
   padding: 1em;
   border: 1px solid gray;

   width: 740px;

   font-family: monospace;
   font-size: 10pt;
   line-height: 12pt;
   color: white;
}


a.Snodeco {
   text-decoration: none;
   background-color: transparent;
   font-weight: bolder;
}
a.Snodeco:link    { color: white; }
a.Snodeco:visited { color: white; }
a.Snodeco:hover   { color: red;   }

#Sfootnotes {
   margin-left: 2em; 
   margin-bottom:2em;
}

#Sfootnotes p {
   color: white;
   text-indent: -1.7em; 
   margin-left: 1.7em;
   padding-top: 0em;
   margin-top: 0em;
   padding-bottom: 0em;
   margin-bottom: 0.3em;
}

#Sfootnotes a:link.Snodecoext,
#Sfootnotes a:visited.Snodecoext {
   text-decoration: none;
   font-weight: normal;
   color: white;

   background: url(../ico/extlink.gif) no-repeat;
   background-position: 0 0.35em;
   padding-left: 10px;
}

#Sfootnotes a:hover.Snodecoext {
   color: red;
}
