/* GENERAL */
body{
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
body, label, div, td, p{
    font-size: 11px;
    font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
    line-height: 160%;
    text-align: left;
}
img{
    border: 0;
    margin: 0;
    padding: 0;
}

/* TEXT TRANSFORMATION */
.nobr{
    white-space: nowrap
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.small{
    font-size: 10px;
}
.big{
    font-size: 15px;
}

/* LINKS */
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
}
a.no-line{
    text-decoration: none;
}
a.no-line:hover{
    text-decoration: underline;
}
a.navigation{
    text-decoration: none;
}
a.navigation:hover{
    text-decoration: none;
}

/* ELEMENTS */
.menu td{
    font-weight: bold;
    padding-top: 16px;
    text-align: center;
}
.menu td a{
    text-decoration: none;
}