@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd,  table, td, th, form, fieldset, legend, label {
    margin: 0px;
    padding: 0px;
    font-family:sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size:14px;
    color: #666666;
}
body {
    line-height: 1.5em;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center top;
}
input, select, textarea {
    margin: 0px;
    font-family:sans-serif;
    font-size:14px;
    color: #727172;
    font-weight:normal;
    padding: 0px 2px;
}
input[type="radio"],
input[type="checkbox"] {
    margin:0 2px 0 0;
    vertical-align:text-bottom;
}

ul, ol, li, dl, dt, dd {
    line-height: 1.4em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    padding:0;
    margin:0;
    border:none;
    text-align: center;
}
ul {
    list-style:none;
}
img {
    border: 0px;
    display: block;
}
sup {
    vertical-align: top;
}
sub {
    font-size: 11px;
    vertical-align: text-bottom;
    padding-right: 3px;
}
hr {
    margin:2px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444444;
}
