.dfltt {
  font-family: 'Times New Roman';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
.dfltc {
  font-family: 'Times New Roman';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}
.lalign {
  position: relative;
  text-align: left;
}
.ralign {
  position: relative;
  text-align: right;
}
.calign {
  position: relative;
  text-align: center;
}
.jalign {
  position: relative;
  text-align: justify;
}

a:link {
  color: #c0c0c0;
  text-decoration:none;
}

a:visited {
  color: #c0c0c0;
  text-decoration:none;
}
a:hover {color: #00ffff;}

a:active {
  color: #ffffff;
  text-decoration:none;
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
}
img { border-width: 0;}

