@charset "iso-8859-2";
/* CSS Document */

a{
  cursor: pointer;
}

table a{
  color: #0275d8;
}

.linkSk A{
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  color: #999;
}
.linkSk A:hover {
  text-decoration: underline;
  color: #900;
}

.linkMenu A{
  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  color: #354A5E;
  font-weight: bold;
}
.linkMenu A:hover {
  text-decoration: underline;
  color: #8AA4BD;
}

.linkNot A{
  text-decoration: none;
  font-family: Arial;
  font-size: 14px;
  color: #900;
  font-weight: bold;
}
.linkNot A:hover {
  text-decoration: underline;
  color: #090;
}

.linkCont a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#069;
  text-decoration:none;
  font-weight:bold;
}

.linkCont a:hover{
  color:#093;
  text-decoration:underline;
}
