.fll {
   float: left;
}

.flr {
   float: right;
}

.cll {
   clear: left;
}

.clr {
   clear: right;
}

.clb {
   clear: both;
}

.left {
   text-align: left
}

.right {
   text-align: right;
}

.center {
   text-align: center;
}

.justify {
   text-align: justify;
}

.bold {
   font-weight: bold;
}

.normal {
   font-weight: normal;
}

.middle {
   vertical-align: middle;
}

.top {
   vertical-align: top;
}
.bottom {
   vertical-align: bottom;
}

.bialy {
   color: #FFF;
}

a.bialy:hover {
   color: #FFF;
   text-decoration: none;
}

a.male {
   font: 11px Tahoma;
   color: #305C86;
}

a.male:hover {
   text-decoration: underline;
}

a.duze {
   font: bold 13px Tahoma;
   color: #305C86;
}

a.duze:hover {
   text-decoration: underline;
}
