body {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana, arial;
  font-size: 11px;
}
table, tr, td {
  color: #000000;
  font-family: verdana, arial;
  font-size: 12px;
}

a:link {
  text-decoration: none;
  color: #b12117;
}

a:active {
  text-decoration: none;
  color: #9999aa;
}

a:visited {
  text-decoration: underline;
  color: #444444;
}

a:hover {
  color: #e52c1f;
  font-weight: bold;
  text-decoration: none;
}

p {
  text-align: justify;
}

input {
  font-family: verdana, arial;
  font-size: 10px;
  background-color: #ffffff;
  border-top: 1px #808080 solid;
  color: #666666;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

textarea {
  font-family: verdana;
  font-size: 7pt;
  background-color: white;
  border-top: 1px #808080 solid;
  color: #3e3e3e;
  border-right: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  border-left: 1px #808080 solid;
}

.titleText{
  font-family: times;
  font-weight: bold;
  font-size: 15pt;
  color: #000000;
}

.smallTitleText{
  font-family: times;
  font-weight: bold;
  font-size: 12pt;
  color: #000000;
}

.standardBoldText{
  font-family: times;
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
}

.standardText{
  font-family: times;
  font-size: 10pt;
  color: #000000;
}
