* {
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
}
html {
    height: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
body {
    width: 100%;
    overflow-x: auto;
    color: #000;
    font-size: 16px;
    background-color: #a5a5a5;
}
img {
    display: block;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.tleft {
    text-align: left;
}
.tcenter {
    text-align: center;
}
.fright {
    text-align: right;
}
.clear {
    clear: both;
    float: none !important;
    width: 0;
    padding: 0;
    border: 0;
}
.invisible {
    display: none;
}
.font18 {
    font-size: 18px;
}
h1 {
    display: none;
}
h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ff6c00;
    margin: 30px 0 10px;
}
p {
    line-height: 1.5em;
    margin-bottom: 5px;
}
.tmargin20 {
    margin-top: 20px;
}
.bmargin40 {
    margin-bottom: 40px;
}
.omargin44 {
    margin-left: -44.5px;
    margin-right: -44.5px;
}
.bl {
    display: block;
}
.icon {
    display: inline-block;
    background: transparent url(../img/sprite.png) no-repeat scroll 0 0;
}
.logo {
    width: 310px;
    height: 64px;
    background-position: 0 0;
}
.cont {
    width: 1063px;
    margin: 0 auto;
    padding: 20px 44.5px 0;
    background-color: #fff;
    position: relative;
}