html {
    font-size: 62.5%;
    height: 100%;
    }

body {
    font-size: 100.01%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: #fff;
    color: #333;
    font-size: 1.2em !important;
    /*	line-height: 1.5;*/
    line-height: normal;
    }

body, input, select, textarea {
    font-family: Arial, Tahoma, Sans-Serif;
    }

form {
    margin: 0;
    padding: 0;
    }

b {
    font-weight: 700;
    }

a, img {
    border: none;
    }

a {
    color: #005599;
    text-decoration: none;
    }

a:hover {
    color: #c00;
    text-decoration: none;
    }

a:focus {
    outline: none;
    }

H1, H2, H3, H4, H5 {
    margin: 0;
    }

hr {
    border: none 0;
    border-top: 1px solid #ddd;
    height: 1px;
    }

.hr {
    border-top: 1px solid #e6e6e6;
    font-size: 1px;
    height: 1px;
    }

.hnill {
    margin-top: 0px;
    padding-top: 0px;
    }

.hfnill {
    margin: 0px;
    padding: 0px;
    }

td, th {
    text-align: left;
    }

input {
    margin-left: 0px;
    font-size: 12px;
    }