body {
  margin:0px;
  padding:0px;
  background-color:#fff;
  font-family:tahoma;
  font-size:16px;
  line-height:28px;
  margin-left: -50px;
}

h1 {
  font-size: 23px;
  line-height: 23px;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

div#background {
  margin:120px auto 0px auto;
  padding:0px;
  width:850px;
  background-color: #f2f2f2;
  background-image:url('../images/bg.gif');
  background-repeat:repeat-y;
  background-position:top left;
}

div#bottom { 
  margin:0px auto 5px auto;
  padding:0px;
  width:850px;
  line-height: 0px;
}

div#container {
  width: 809px;
  padding: 0px;
  margin: 0px 0px 0px 21px;
}

div#header {
  background-color: #333;
  height: 53px;
  background-image:url('../images/header.gif');
  background-repeat:repeat-x;
  background-position:top left;
}

img#servers {
  position: absolute;
  margin-left: 585px;
  top: 10px;
}

img#logo {
  position: absolute;
  margin-left: 21px;
  top: 12px;
  border: none;
}

div#header img {
  margin: 15px 0px 0px 14px;
}

div#content {
  padding: 0px;
  margin: 0px 14px 0px 14px;
  width: 540px;
}

.button img {
  margin: 5px 10px 0px 10px;
  border: none;
}

.button {
  text-align: center;
}

.button img:hover {
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
}

p {
  padding: 0px;
  margin: 14px 0px 14px 0px;
}

u {
  text-decoration: none;
  border-bottom: 1px solid #666;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #666;
}

.small {
  color: #666;
  font-size: 14px;
  line-height: 17px;
}

table {
  border-width: 0px 0px 0px 0px;
  border-spacing: 0px;
  border-style: solid solid solid solid;
  border-color: #000000 #000000 #000000 #000000;
  border-collapse: collapse;
  margin-top: 15px;
}

td.slide {
  padding-left: 10px;
  padding-right: 12px;
}

td.desc {
  padding-right: 10px;
}

#mf {
  font-weight: bold;
  display: inline;
}