span.NlSmall {
  color : rgb(255,255,255); 
  font-size : 10px; 
} 
span.NlLink {
  color : rgb(255,255,255); 
  text-decoration : underline; 
} 
span.NlLarge {
  color : rgb(255,255,255); 
  font-size : 18px; 
} 
span.Nl {
  color : rgb(255,255,255); 
} 
span.EnSmall {
  color : rgb(192,192,192); 
  font-size : 10px; 
} 
span.EnLink {
  color : rgb(192,192,192); 
  text-decoration : underline; 
} 
span.EnLarge {
  font-size : 18px; 
  color : rgb(192,192,192); 
} 
span.En {
  color : rgb(192,192,192); 
} 
span.DeSmall {
  font-size : 10px; 
  color : rgb(0,128,128); 
} 
span.DeLink {
  color : rgb(0,128,128); 
  text-decoration : underline; 
} 
span.DeLarge {
  font-size : 18px; 
  color : rgb(0,128,128); 
} 
span.De {
  color : rgb(0,128,128); 
} 
img.Inline {
  margin : 1px; 
} 
img.Icon { 
  height : 32px; 
  border-width : 4px; 
  border-style : solid; 
  border-color : transparent; 
  padding : 0; 
  width : 32px; 
  /* IE-bugfix by Hedger Wang */
  /* set an unused color to be index color*/
  _border-color:tomato; /*For IE6-*/
  /* then remove this indexed color*/
  _filter:chroma(color=tomato); /*For IE6-*/ 
} 
img {
  border-width : 0; 
  margin : 0; 
  padding : 0; 
  vertical-align : middle; 
} 
h2 {
  font-size : 18px; 
} 
h1 {
  font-size : 24px; 
} 
div.Inline {
  background-repeat : no-repeat;
  left : 0; 
  margin : 0; 
  padding : 1px; 
  position : absolute; 
} 
div.Framed {
  border-width : 1px; 
  border-style : solid; 
  border-color : rgb(255,255,255); 
  font-size : 10px; 
  padding : 0; 
} 
div {
  background-repeat : no-repeat;
  left : 50%; 
  margin-left : -320px; 
  text-align : left; 
  padding : 10px 0 10px 0; 
  position : relative; 
  width : 640px; 
} 
body {
  background-color : rgb(16,16,16); 
  color : rgb(255,255,255); 
  font-style : normal; 
  font-variant : normal; 
  font-size : 14px; 
  font-family : "Lucida Sans Unicode", "Lucida Grande", Lucida, Helvetica, Helv, sans-serif;
  line-height: 1.3;
  margin : 0; 
  padding : 0; 
  text-decoration : none; 
} 
address {
  font-size : 10px; 
} 
a:link {
  color : rgb(255,255,255); 
  cursor : pointer;
  text-decoration: none
} 
a:visited {
  color : rgb(255,255,255); 
  cursor : pointer;
  text-decoration: none
} 
a:active {
  color : rgb(255,255,255); 
  cursor : pointer;
  text-decoration: none
} 
a:hover {
  color : rgb(255,255,255); 
  text-decoration : underline; 
  cursor : pointer;
}

