* {
  font-family: Verdana, Helvetica, Arial, Courier New;
  color: #000000;
  font-size: 12px;
}
body {
  background-color: #FFFFFF;
  margin-left: 0;
  margin-top: 0;
}

a:link {
  color: #EF0000;
  text-decoration: underline;
}
a:visited {
  color: #DF0000;
  text-decoration: underline;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
a:active {
  color: #FF0000;
  text-decoration: underline;
}

.copytext {
  color: #000000;
  font-size: 10px;
}
a.copylink {
  color: #000000;
  font-size: 10px;
}

.attent {
}
.attent-sm {
  font-size: 10px;
  color: #EB0000;
}
.attent-md {
  font-size: 12px;
  color: #EB0000;
}
.attent-lg {
  font-size: 14px;
  color: #EB0000;
}
.attent-xl {
  font-size: 16px;
  color: #EB0000;
}
.attent-bsm {
  font-size: 10px;
  font-weight: bold;
  color: #EB0000;
}
.attent-bmd {
  font-size: 12px;
  font-weight: bold;
  color: #EB0000;
}
.attent-blg {
  font-size: 14px;
  font-weight: bold;
  color: #EB0000;
}
.attent-bxl {
  font-size: 16px;
  font-weight: bold;
  color: #EB0000;
}

.header {
  font-size: 14px;
  font-weight: bold;
}
