@charset "UTF-8";
/* CSS Document */
html {
    min-height: 100%;
    min-width: 100%;
    -ms-text-size-adjust: none;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Sanchez', serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    word-wrap: break-word;
}
a:link {
    color: #0000FF;
    text-decoration: underline;
}
a:visited {
    color: #800080;
    text-decoration: underline;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
}
a:active {
    color: #EE0000;
    text-decoration: underline;
}
a.nontext {
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}
.PI_bg1 {
    background-color: #7F7F7F;
    background: -webkit-gradient(linear, center top, center bottom, from(#7F7F7F), color-stop(100%, #121212));
    background: -webkit-linear-gradient(top, #7F7F7F, #121212 100%);
    background: linear-gradient(to bottom, #7F7F7F, #121212 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#FF7F7F7F, endColorstr=#FF121212, GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7F7F7F', endColorstr='#FF121212', GradientType=0)";
}
.PI_div1 {
    align-content: center;
    display: block;
    text-align: center;
}
.PI_fSize28 {
    font-size: 28px;
}
.PI_fSize20 {
    font-size: 20px;
    color: #D2AC67;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        text-rendering: auto;
    }
}