@media (max-width: 768px) {
  * {
    all: unset;
  }
}
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #f8f8f8 none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    width: 1296px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    display: inline-table;
    margin: 0 auto 10px;
    vertical-align: top;
    width: 1296px;
}
.MainStructure .LeftBar {
    padding: 10px 10px 10px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 10px 0 10px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    border-top: 8px solid #1d446b;
    margin: 0 auto;
    text-align: center;
    width: 1296px;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1025px;
}
