
  html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #404040;
    background: #ffffff;
}
* {margin: 0; padding: 0;}
.clearfix{zoom:1}
.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}
.clearfix:after{clear:both}
.fl{float:left}
.fr{float:right}
a {
    color: #ffffff;
    text-decoration: none;
}
.block {
    width: 785px;
    margin: 0 auto;
    padding: 0 5px;
    background: #ffffff;
}

.blockShadow {
    padding: 15px 60px 40px;
    box-shadow: 0px 0px 37px 1px rgba(0, 0, 0, 0.75);
}

.logo {
    width: 76px;
    margin-right: 15px;
    margin-top: 5px;
}
.headers {
    width: 565px;
}
.headers h1 {
    color: #1c1c1c;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0 7px;
    text-transform: uppercase;
}

.headers .f-line {
    color: #1c1c1c;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.2;
}
.headers .s-line {
    margin-top: 7px;
    font-size: 13px;
    color: #808080;
}
.gray {
    background: #ebebeb;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 145px;
    overflow-y: scroll;
}
.grayBox {
    padding: 7px;
    color: #3a3a3a;
    line-height: 1.4;
}
.grayBox p, .grayBox h3 {
    margin-bottom: 10px;
}
.grayBox h3 {
    font-size: 12px;
    font-weight: bold;
}
.grayBox p {
    line-height: 1.2;
}
.grayBox a {
    color: #0000ff;
}

.bigbtn-container {
    margin-top: 15px;
}
.bigbtn * {
    display: inline-block;
}
.bigbtn {
    color: #ffffff;
    background: #00589f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.bigbtn:hover{
    color: #ffffff;
    background: #0082ec;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;   
}
  /*linear-gradient(#84C63C, #489615) repeat scroll 0% 0% #489615;*/    
.bigbtn span {
    padding: 12px 20px;
}
      
.disclamer{
    margin-bottom: 30px;
}
.disclamer a{
    color: #464646; text-decoration: underline;
}
      
.container {
    width: 600px; 
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.footer {
    width: 682px;
    border-top: 1px solid #aeaeae;
    margin-top: 65px;
    padding: 14px 0;
}
.fast_nav {font-size: 13px; text-align: center; overflow: hidden; padding-top: 1px;}
.fast_nav li {border-left: 1px solid #5c5b5b; color: #747070; display: inline; padding: 0 7px;}
.fast_nav li.first {padding-left: 0; border: none;}
.fast_nav a {color: #5c5b5b; text-decoration: none;}
.fast_nav a:hover {text-decoration: underline;}

 