/* CSS HARD RESET */
html{color:#B3B3B3;background:#FCFCFC;
;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#B3B3B3;}

*:focus {
    outline: none;
}

/* MAIN CLASSES */

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #ffffff;
}
a {
    color: #22222;
    text-decoration: none;
}

.bold {
    font-family: 'Bold';
}

.bodyWrapper {
    width: 1030px;
    height: 720px;
    float: auto;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}

.bgImageWrapper {
    text-align: left;
    width: 1030px;
    height: 600px;
    float: auto;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
  }
