body,html {
height: 100%; margin: 0px; padding: 0px; text-align: center;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  background: url(bg.png) left top repeat-x;
  padding-top: 30px;
  padding-bottom: 30px;
}

#docall {
  background-color: white;
  width: 1100px;
  height: 945px;
  margin: 0px auto;
  text-align: left;
  position: relative;
}

div.link:hover {color: rgb(245,88,68); font-weight: bold}
div.smalllink:hover {color: rgb(245,88,68); font-weight: bold}
div.tinylink:hover {color: rgb(245,28,0)}
td.tinylink:hover {color: rgb(245,28,0)}
td.smalllink:hover {color: rgb(245,28,0)}
td.mediumlink:hover {color: rgb(245,28,0)}

.link {
  color: rgb(80,80,80);
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}  

.mediumlink {
  color: rgb(80,80,80);
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

.smalllink {
  color: rgb(80,80,80);
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}

.tinylink {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
}

.activelink {
  color: rgb(0,111,183);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.mediumactivelink {
  color: rgb(0,111,183);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.smallactivelink {
  color: rgb(0,111,183);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

.alert {
  display: none;
  position: absolute;
  top: 370px;
  left: 440px;
  width: 280px;
  background-color: white;
  font-size: 14px;
  border-style: solid;
  border-width: 2px;
  padding: 10px 20px 15px 20px;
}

.infotext {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: left;
  text-indent: 40px;
  font-size: 16px;
  color: rgb(30,30,30);
}

.summary {
  text-align: center;
  color: rgb(80,80,80);
  font-size: 13px;
}

