html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Tahoma;
  font-size: 14px;
}

.nonactive b {
    font-weight: normal;
}

.centerit {
  text-align: center;
  font-weight: bold;
}

.full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.label {
  display: inline-block;
  width: 90px;
  margin-right: 2px;
  text-align: center;
}

.bold {
  font-weight: bold;
  font-family: Tahoma;
  font-size: 14px;
}

.bold1 {
  font-family: Tahoma;
  font-size: 14px;
}

.fieldset {
  border: none;
  width: 500px;
  margin: 0px auto;
}

.style {
  margin-left: 50px;
}

.body {
  background: #428BCA;
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  height: 60px;
  width: 150px;
  line-height: 60px;
  margin: 25px 25px;
  border: 0;
}

.active_page {
  color: #000;
  font-weight: bold;
  font-family: Tahoma;
  font-size: 17px;
}

.nonactive {
  color: #000;
  font-family: Tahoma;
  font-size: 16px;
}

.holder {
  transition: opacity 1s;
  position: relative;
  text-align: center;
}
 
.holder:hover {
  opacity: 0.75;
}

.button {
  font-family: Tahoma;
  text-decoration: none;
  padding: 4px 10px;
  background: #f5F0F0;
  vertical-align: center;
  text-align: center;
  color: #000;
  height: 8px;
  width: 300px;
  font-size: 13px;
  border-radius: 5px;
  margin: 0 4PX;
  transition: opacity 1s; 
}

.button:hover {
  opacity: 0.45;	
}

.center {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.centertable {
  margin-left:auto; 
  margin-right:auto;
}

.wrapper {
  text-align: center;
}

.centerbutton {
  position: absolute;
  top: 50%;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;	
}

.table td {
  margin: 0px; 
  padding: 0px;
}

.td {
  text-align: center;
}
