body {
    font-size: 62.5%;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
* {
    color: #7C7777;
    border: 0;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: top;
    line-height: 18px;
}
div {
    overflow: hidden;
    
}
strong, em, sup, sub, address {
    color: inherit !important;
    line-height: inherit !important;
}
address {
    display: inline;
}
td,
p,
a {
    font-size: 1.5em;
}
td p,
td a,
p a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
    font-size: 1em;
}
sup {
    vertical-align: super;
}
h1,
h2,
h3,
h4
{
    font-weight: bold;
}
dt {
    font-size: 1.3em;
}
a,
a:visited,
a:active,
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
hr {
    border-bottom: 1px solid #ccc;
}
.accessibility {
    display: none;
}
ul,
fieldset ul,
fieldset ol {
    list-style-type: none;
}

