
img {
    border: medium none;
}
* {
    margin: 0;
    padding: 0;
}
a {
  color: black;
    text-decoration: none;
}
body {
    font: 13px "Roboto",sans-serif;
    margin: 0;
    padding: 0;
}
.MainStructure {
    background: #fff none repeat scroll 0 0;
  	width: 100%;
  	scroll-behavior: smooth;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    /*width: 1200px;*/
}
.MainStructure .FooterBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.MainStructure .ContentBanner {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 auto;
    width: 1200px;
}
.MainStructure .TopBar, .FooterBar {
    display: inline-block;
    width: 100%;
}
.MainStructure .LeftBar, .ContentBar {
    text-align: justify;
    vertical-align: top;
}
.MainStructure .LeftBar {
}
.MainStructure .ContentBar {
    padding: 10px 0 8px;
}
.MainStructure .ContentBar table {
    background: #fff none repeat scroll 0 0;
}

@media only screen and (max-width: 600px) {
  .MainStructure .FooterBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 1200px;
}
}
