@charset "utf-8";
/* CSS Document */


@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html, body {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    width: 100%;
}
body {
    font-family: Arial,sans-serif;
    font-size: 0.75em;
}
li {
    list-style: none outside none;
}
img, fieldset {
    border: 0 none;
}
img {
    vertical-align: middle;
}
legend, hr {
    display: none;
}
legend {
    display: block;
    font-size: 0;
    height: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 0;
}
input, select, textarea {
    color: #767676;
    font-family: Arial,sans-serif;
    font-size: 100%;
}
button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}
em, address {
    font-style: normal;
}
table {
    border-spacing: 0;
}
a, a:link, a:visited {
    color: #007CC0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p, a, h2, h3 {
    word-wrap: break-word;
}
