/* ---------------------------- 
RESET HTML TAG DEFINITION 
 ----------------------------*/

* {
    text-decoration: none;
    font-size: 1em;
    outline: none;
    padding: 0;
    margin: 0;
}

kdp, tt, samp, textarea, code, pre, var,
input, isindex, select, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
}

dfn, i, cite, var, address, em {
    font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

img, a img, fieldset, form, iframe,
add, acronym, object, applet, table {
    border: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, td, th, center {
    vertical-align: top;
    text-align: left;
}

body {
    background: #fff;
    line-height: 1;
    color: #000;
}

q {
    quotes: "" "";
}

ul, dir, ol, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}
