<!--

#main {
  height: 600px;
} 

.def {
  position:absolute; 
  top: 0px;
  left: 200px;
} 

.b {
  font-weight: bold;
  }

.i1 {
  border: 0px solid white;
  border-bottom: 1px solid black;
  background-color: white;
  color: black; width: 145px;
}

.i1short { 
  border: 0px solid white; 
  border-bottom: 1px solid black;
  background-color: white;
  color: black;
  width: 125px;
}

.i2 {
  border: 0px solid white;
  background-color: white;
  color: black;
  width: 145px;
}

.i2short {
  border: 0px solid white;
  background-color: white;
  color: black;
  width: 125px;
}

.i2shortr { 
  border: 0px solid white;
  background-color: white;
  color: black;
  width: 80px;
  text-align: right;
}

.s { 
  border: 1px solid black; 
  background-color: light-gray;
  color: black;
  height: 20px;
}

.parts { 
  position: relative; 
  left: 104px;
}

#type {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  color: #000;
}


#center {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: right;
  color: #000;
}

.title {
  position: absolute;
  top: 130px;
  left: 240px;
}
.left_ctr {
  position: absolute;
  left: 140px;
}
.right_ctr {
  position: absolute;
  left: 400px;
}


-->
