﻿.html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 62.5%;
    color: #999;
    font-family: Arial, sans-serif;
    text-align: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border: none;
}

ul {
    margin: 0px;
}

table {
    font-size: 100%;
}

th {
    vertical-align: top;
}

td {
    vertical-align: top;
}

img {
    border: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

input, textarea, select {
    font: Arial, sans-serif;
}

.chkBox {
    border: none;
    border-style: none;
    color: #000;
}

h1 {
    color: rgb(102, 102, 102);
    margin: 1.5em 0em;
    font-size: 20px;
    font-size: 2.0rem;
}

h2 {
    color: rgb(102, 102, 102);
    margin: 1.3em 0em;
    font-size: 18px;
    font-size: 1.8rem;
}

h3 {
    color: rgb(102, 102, 102);
    margin: 1.1em 0em;
    font-size: 15px;
    font-size: 1.5rem;
}

h4 {
    color: rgb(102, 102, 102);
    margin: 1em 0em;
    font-size: 15px;
    font-size: 1.5rem;
}

h5 {
    color: rgb(102, 102, 102);
    margin: 1em 0em;
    font-size: 15px;
    font-size: 1.5rem;
}

h6 {
    color: rgb(102, 102, 102);
    margin: 1em 0em;
    font-size: 15px;
    font-size: 1.5rem;
}

@media screen and (min-width: 569px) {
    h3, h4, h5, h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    h2 {
        font-size: 2.0rem;
        font-size: 20px;
    }

    h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 959px) {
    h3, h4, h5, h6 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    h1 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}


div.clear {
    margin: 0px;
    padding: 0px;
    height: 0px;
    clear: both;
    font-size: 0px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.vce {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.placeholder {
    color: #aaa;
}

.smalltext {
    font-size: 8pt;
    color: #666;
    font-family: Verdana;
}

.warning {
    font-weight: bold;
    font-size: x-small;
    color: #b22222;
    font-family: Arial;
}
