html, body{
  margin: 0;
  padding: 0;

  font-family: verdana, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  
  line-height: 18pt;
}

#std_page{
  background-color: #ffffff;
}

#body_bg_l, #body_bg_r, div#header, div#banner, div#top, div.rect, div#footer #jflanguageselection{
  display: none;
}

small, .small{
  font-size: 80%;
 
  color: #000000;
}

a{
  color: #000000;

  text-decoration: underline;
}

h2, .contentheading, .componentheading, .componentheadingfull{
  color: #000000;
  
  font-size: 120%;
  font-weight: bold;
}

h3{
  font-size: 120%;
}

div#main{
  position: relative;
  
  left:0;
  top: 0;
  
  width: 100%;
  height: auto;
  
  padding: 0;
  margin: 0;
}

div#main div#width_margin{
  position: relative;
  
  left:0;
  top: 0;
  
  width: 100%;
  height: auto;
  
  padding: 0;
  margin: 0;
}

div#footer{
  position: relative;

  width: 100%;
  
  font-size: 80%;
  
  color: #000000;
}
