.textBlack {
        font-size: 13px;
        text-decoration: none;
        font-weight:bold;
        color: #000000;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text{
        font-size: 11px;
        text-decoration: none;
        font-weight:bold;
        color: #3A4D55;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.Red {
        font-size: 13px;
        text-decoration: none;
        font-weight:bold;
        text-decoration: underline;
        color: #C00000;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.{
       font-size: 13px;
        text-decoration: none;
        font-weight:bold;
        text-decoration: underline;
        color: #002060;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.classButton{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  cursor:hand;
  border-style: Solid;
  border-width: 1;
  border-color:#CFC8BA;
  background-color: #3773AF;
  color: #ffffff;
}

.classButton2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  cursor:hand;
  border-style: Solid;
  border-width: 1;
  border-color:#CFC8BA;
  background-color: #3A618A;
  color: #ffffff;
}

