/* white */
html {
  background-color: white;
  color: black;
}
body {
  text-align: left;
  font-family: Tahoma;
  font-size: 12px
}

tr.heading {
  color: black;
  background-color: #DFEFFF
}

td {
  font-family: Tahoma;
  font-size: 12px
}
select {
  font-family: Tahoma;
  font-size: 12px
}
input {
  font-family: Tahoma;
  font-size: 12px
}
p.largetext {
  font-size: 17px
}
p.smalltext {
  font-size: 11px
}
p.centeralign {
  text-align: center
}
span.plusonefont {
  font-size: 15px
}
span.largetext {
  font-size: 17px
}
span.green {
  color: green
}
span.error {
  font-weight: bold;
  color: #f0d000
}
span.unchecked {
  font-weight: bold;
  color: green
}
span.offline {
  font-weight: bold;
  color: red
}
span.red {
  color: red;
  font-weight: bold
}
a {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue
}
a:hover {
  color: red
}
