* {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
img {
    border: none 0px #ffffff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.blank {
    color: #3399CC;
}
a.blank img {
    margin: 0 0 0 3px;
}
.hidden {
    display: none;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.font7px {
    font-size: 7px;
}
.font8px {
    font-size: 8px;
}
.font9px {
    font-size: 9px;
}
.font14px {
    font-size: 14px;
}
.font16px {
    font-size: 16px;
}
.font18px {
    font-size: 18px;
}
.font20px {
    font-size: 20px;
}

