﻿@charset "UTF-8";

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

html, body, p, th, td, li, dd, dt, blockquote, q, acronym, abbr, a, input, select, textarea, figure, listing, plaintext,
pre, xmp, form, dir, dl, menu, h1, h2, h3, h4, h5, h6, hr {
    margin: 0;
    padding: 0;
}

html, body, table, hr {
    border: none;
}

th, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
}

form {
    display: inline;
}

address {
    font-style: normal;
}

table {
    border-spacing: 0;
    border-collapse: separate;
}

th {
    text-align: left;
}

hr {
    border-style: none;
    border-width: 0;
}

ul.squrebullet {
    padding: 0;
    margin: 0;
}

    ul.squrebullet li {
        list-style-type: none;
    }

    ul.squrebullet ol {
        list-style-type: none;
    }

ul.subitem {
    padding: 0;
    margin: 0;
}

    ul.subitem li {
        list-style-type: none;
    }

    ul.subitem ol {
        list-style-type: none;
    }

#T2_navigation_body ul {
    padding: 0;
    margin: 0;
}

#T2_navigation_body li {
    list-style-type: none;
}

#T2_navigation_body ol {
    list-style-type: none;
}


#T2_navigation_foot ul {
    padding: 0;
    margin: 0;
}

#T2_navigation_foot li {
    list-style-type: none;
}

#T2_navigation_foot ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
}

sup {
    line-height: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

a:active {
    -moz-outline-style: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

a:focus,
input:focus {
    outline: none;
    background: none;
    ie-dummy: expression(this.hideFocus=true);
}
