@charset"utf-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, figure{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;}html{overflow-y: scroll;height:100%;}body{width:100%;line-height:1.6;color:#000;font-size:12px;}table{border-collapse:separate;border-spacing:0;font-size:inherit;}td,th{text-align:left;vertical-align:top;font-weight:normal;}address,caption,cite,code,dfn,em,strong,th,var{font-style: normal;font-weight:normal;}ol,ul,li{list-style:none;}caption,th{text-align:left;vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}/*hr{display: none;}*/img{vertical-align: bottom;border: none;}
body {
    background-color:#fff;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 82%;
    line-height: 1.6;
    color:#000;
    text-align:left;
    overflow:hidden;
    }
#wrapper {
    width:100%;
    margin:0 auto;
    }
a {
    text-decoration:none;
    color:#000;
    }
a:hover,
a:active {
    color:#CC0000;
    text-decoration:none;
    }