/***************************************************************
* Main
***************************************************************/

html, * {
    margin:0px;
    padding:0px;
    border:none;
    font:12px "Info Text", Arial, Helvetica, sans-serif;    
    /*
    font:12px "Trebuchet MS", sans-serif;
    font:12px "Info Text", "Trebuchet MS", sans-serif;
    font:13px Calibri;
    font-family: Frutiger, "Trebuchet MS", sans-serif;
    */
    text-decoration:none;
    color:#000000;
}

h1, .invisible {
    display:none;
}

.noHeight, .clearLeft, .clearRigth, .clearBoth {
    font:0px;
    line-height:0px;
    height:0px;
    padding:0px;
    margin:0px;
}

.floatLeft {
    float:left;
}

.floatRight {
    float:right;
}

.clearLeft {
    clear:left;
}

.clearRigth {
    clear:right;
}

.clearBoth {
    clear:both;
}

table.bordertable td {
    border:1px solid #000000;
    vertical-align: top;
}