@charset "utf-8";
/* CSS Document */

.clear {
    clear: both;
    height: 1px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.spacer-10 {
    clear: both;
    height: 10px;
    width: 100%;
}
.spacer-20 {
    clear: both;
    height: 20px;
    width: 100%;
}
.nolink a {
    display: none;
}