/* CSS Document */

table { margin-left:30px;margin-top:25px;}
#privacy-link {
  font-family:georgia;
  font-size: 0.8em;
  color:rgb(86,78,131);
  line-height:18px;
  margin:0;
  padding:0;
  position:absolute;
  bottom:20px;
  left:63px;
}
#privacy-link-active {
  font-family:georgia;
  font-size: 0.8em;
  color:rgb(226,0,122);
  line-height:18px;
  margin:0;
  padding:0;
  position:absolute;
  bottom:20px;
  left:63px;
}
#privacy-content {
  height: 500px;
  overflow: auto;
  padding-right: 30px;
}
#privacy-content p {
  font-size: 0.8em;
  font-family: georgia;
  font-weight: normal;
  color:rgb(86,78,131);
  line-height:18px;
  margin:0;
  padding:0;
}
#privacy-headline {
  font-family: georgia;
  font-weight: normal;
  color:rgb(226,0,122);
  line-height:23px;
  margin:0;
  padding:0;
}
#privacy-content strong  {
  font-family: georgia;
  font-weight: normal;
  color:rgb(226,0,122);
}