.header {
  color: white;
  font-family: Times New Roman;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.text {
  color: white;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  border: solid 10px #5DA5CF;
}
.main_table {
  border-top: solid 1px #A2D8E9;
  border-right: solid 1px #004E82;
  border-bottom: solid 1px #004E82;
  background: #5DA5CF;
  height: 500px;
}
.button {
  cursor: hand;
  border: 0px;
}
.tabsel {
  border-top: solid 1px #A2D8E9;
  border-left: solid 1px #A2D8E9;
  border-bottom: solid 1px #004E82;
  background: #5DA5CF;
  color: #FFFF00;
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
}
.tab {
  border-left: solid 1px #3E9DDA;
  border-right: solid 1px #004E82;
  border-bottom: solid 0px #5DA5CF;
  background: #2B7ABA url(tab.jpg) repeat-x;
  height: 25px;
}
.tabconnect {
  border-left: solid 1px #3E9DDA;
  border-bottom: solid 0px #5DA5CF;
}
.tabsmall {
  background: #2B7ABA url(tabsmall.jpg) repeat-x;
  height: 35px;
}
.tablink {
  color: white;
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  cursor: hand;
  text-decoration: none;
}
A.tablink:hover {
  color: white;
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  cursor: hand;
  text-decoration: underline;
}
.tabsellink {
  color: #FFFF00;
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  cursor: hand;
  text-decoration: none;
}
A.tabsellink:hover {
  color: #FFFF00;
  font-family: Century Gothic;
  font-size: 14px;
  font-weight: bold;
  cursor: hand;
  text-decoration: underline;
}
.small {
  color: white;
  font-family: Arial;
  font-size: 10px;
  cursor: hand;
}
.screencap {
  border: solid 1px #666666;
}
.welcome {
  font-family: Century Gothic;
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.step {
  color: yellow;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  border: solid 10px #5DA5CF;
}
.step_l {
  color: yellow;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  border: solid 10px #5DA5CF;
}
.text_l {
  color: white;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  border: solid 10px #5DA5CF;
}
