body {
  margin:0;
  padding:0px;
  background-color:#F0F0F0;
  font-family: lucidagrande, "trebuchet ms", arial,sans-serif;
  font-size: 11px;
  cursor:default;
  color:#58585A;
  text-align:center;
  height:100%;
}
html {height: 100%;}

form {
  display:inline;
  margin:0px;
}

input[type=checkbox], label {
  cursor:pointer;
}

a:link, a:visited {
  color:#58585A;
}

div.TopSpacer {
  position:absolute;
  background-color:#FFFFFF;
  height:50%;
  width:100%;
  left:0px;
  top:0px;
}
div#HomeContent {
  position:absolute;
  left:0px;
  height:550px;
  width:100%;
  background-image:url(/images/bg_home.gif);
  background-repeat:repeat-x;
  background-position:top;
}

/* div.BottomSpacer { } */
    
div#SwfArea {
  margin:0px auto 0px auto;
  width:785px;
  height:500px;
}

div.Balk {
  text-align:center;
  margin:15px auto 0;
  width:616px;
  height:40px;
}

div.AdressLine {
  float:left;
  margin:10px 12px 25px 3px;
  font-size: 10px;
}
div.Balk img {
  float:right;
  margin-right:5px;
}
div.HomeOffLeft {
  float:left;
  background-image:url(/images/home_off_left.gif);
  background-repeat:no-repeat;
  width:10px;
  height:33px;
}
div.HomeOffMid {
  float:left;
  background-image:url(/images/home_off_mid.gif);
  background-repeat:repeat-x;
  height:33px;
  padding:6px 8px 0;
  color:#A6A8A7;
}
div.HomeOffRight {
  float:left;
  background-image:url(/images/home_off_right.gif);
  background-repeat:no-repeat;
  width:10px;
  height:33px;
}


