
* {
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
body {
    font: 9pt Arial;
    margin: 0;
    padding: 0;
}
.MainStructure {
    text-align: justify;
}

.MainStructure .TopBanner, .FooterBanner {
    text-align: center;
}
.MainStructure .ContentBanner {
    /* background: none repeat scroll 0 0 #E5E5E5; */
    display: inline-block;
    width: 100%;
}

.MainStructure .RightBar {
    padding-top: 10px;
    vertical-align: top;
    /* width: 0 !important; */
    padding-right: 10px;
}
.MainStructure .ContentBar {
    padding: 10px 10px 10px 10px;
    text-align: justify;
    vertical-align: top;
}

.MainStructure {
    background: url("images/bg2.jpg") no-repeat scroll center top;
    text-align: center;
    background-size: cover;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: center;
    width: 1060px;
    background: #fff;
}
.MainStructure .ContentBanner {
    display: inline-block;
    width: 100%;
}
.MainStructure .MainContent {
    /* display: table; */
    margin: 0 auto;
    vertical-align: top;
    width: 1060px;
    background: #fff;
}

td.LeftBar {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}

.MainStructure .FooterBar {
    margin: 0 auto;
    width: 1060px;
    padding: 0;
    background: #fff;
}
