A        { }
A:link   { color: blue; text-decoration: none }
A:visited{ color: blue; text-decoration: none }
A:active { color: red;  text-decoration: underline }
A:hover  { color: red;  text-decoration: underline; cursor: hand}

body {
 background:#FFFFFF
}

.gbtc-page {
  width:1000;
  margin-left:auto; 
  margin-right:auto;
}

.gbtc-menu {
  width:100;
  vertical-align:top;
}

.gbtc-spacer {
  width:30px;
  vertical-align:top;
}

.gbtc-spacer-with-bar {
  width:30px;
  vertical-align:top;
  background-image: url('/gbtc/images/spacer.jpg'); 
  background-repeat: repeat-y; 
  background-position:center;
}

.gbtc-main {
  vertical-align:top;
}

.gbtc-potw {
  width:400;
  vertical-align:top;
  text-align:center;
}


