/*****************************************************************************

  www.topf.org/style.css

*****************************************************************************/

* {
  background: #f0f0f0;
  color: #202020;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}


h1 {
  text-align: center;
  font-size: 400%;
}

h2 {
  text-align: center;
  font-size: 200%;
}

p.bottom {
  text-align: center;
}

img {
  padding: 0px;
  border: 0px;
  margin: 6px;
  width: 50px;
  height: 50px;
}

div.all {
  width: 80%;
  position: relative;
  left: 10%;
}

table.all {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

td {
  padding: 10px;
  border: 2px none;
  margin: 0px;
  vertical-align: middle;
  line-height: 1.3;
}

td a {
  background: #fefefe;
}

td.tl {
  text-align: right;
  width: 40%;
  background: #fefefe;
  border-left: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

td.il {
  text-align: center;
  width: 100px;
  background: #fefefe;
  padding: 0px;
  border-right: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

td.mi {
  width: 20px;
}

td.ir {
  text-align: center;
  width: 100px;
  background: #fefefe;
  padding: 0px;
  border-left: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

td.tr {
  text-align: left;
  width: 40%;
  background: #fefefe;
  border-right: 2px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}

