
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: none repeat scroll 0 0 #e0e0e0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    width: 1000px;
}
.MainStructure .TopBar {
    display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 1000px;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-table;
    margin: 0 auto;
    padding-top: 10px;
    vertical-align: top;
    width: 1000px;
}
.MainStructure .LeftBar {
    padding: 0 15px 15px 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0 0 15px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
    width: 1000px;
}
