
  body {
    background: #000000;
    color: #ffffff;
    font-family: helvetica, sans-serif;
    font-size: 12px;
  }
  
  img {
    border: 0;
  }
  
  a {
    font-size: 14px;
    color: red;
  }
  
  table, td {
    border: 0;
    border-spacing: 0;
  }
  
  .hidden {
    display: none;
  }
  
  .StandPopup {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 300px;
    border: solid 1px #000000;
    padding: 5px 10px;
    z-index: 100;
  }
  
  .StandPopup h1 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
  }
  
  .StandPopup .logo {
	  background: #ffffff;
	  text-align: center;
	  margin: 5px 0 10px 0;
  }
  
  .StandPopup .logo img {
    margin: 10px 0;
	  max-width: 280px;
  }
  
  .StandPopupUnderlay {
    position: absolute;
    background: #000000;
    z-index: 0;
    filter:alpha(opacity=85);
	  -moz-opacity:0.85;
	  -khtml-opacity: 0.85;
	  opacity: 0.85;
  }
  
  .MemberOverview {
	  width: 60%;
	  margin: 30px 0 0 0;
	  padding: 2px 15px 20px 15px;	
	  background: #ffffff;
  }
  
  .MemberOverview h1 {
	  color: #101010;
	  border-bottom: solid 1px #303030;
	  font-size: 24px;
  }

  .MemberOverview .Description {
	  color: #303030;
  }
