/* Reset */
body,form,p,ul,table,tr,td,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}

td{
    vertical-align:top;
}

/* General */
body{
    margin:0 auto;
    text-align:center;
    background:#fff;
}

    a{
        text-decoration:none;
    }

    a img{
        border:0px;
    }

    .core_vmiddle{
        vertical-align:middle;
    }

    .core_left{
        float:left;
    }

    .core_right{
        float:right;
    }

    .core_clear{
        clear:both;
    }

    /* UL */
    .core_ul_inline{
        margin:0;
        padding:0;
        list-style:none;
    }

        .core_ul_inline li{
            display:inline;
        }

    .core_ul_normal{
        margin:0 0 0 18px;
        padding:0;
    }
