body { margin: 0px; font: 9pt "Arial"; color: white }
span.h1 { font: 14pt "Arial"; font-weight: bold; color: white }
span.h2 { font: 12pt "Arial"; font-weight: bold; color: white }
span.s { font: 8pt "Arial"; color: white }
span.sblack { font: 8pt "Arial"; color: black }
span.sred { font: 8pt "Arial"; color: red }
span { font: 9pt "Arial"; color: white }
a { font: 9pt "Arial"; color: white; text-decoration: none }
a:link { font: 9pt "Arial"; color: white; text-decoration: none }
a:visited { font: 9pt "Arial"; color: white; text-decoration: none }
a:active  { font: 9pt "Arial"; color: white; text-decoration: none }
a:hover { text-decoration: underline }
a.s { font: 8pt "Arial"; color: white; text-decoration: none }
a:link.s { font: 8pt "Arial"; color: white; text-decoration: none }
a:visited.s { font: 8pt "Arial"; color: white; text-decoration: none }
a:active.s  { font: 8pt "Arial"; color: white; text-decoration: none }
a:hover.s { text-decoration: underline }
div.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}