img {
        border: medium none;
}
* {
        margin: 0;
        padding: 0;
}
a {
        color: #424242;
        font: 14px tahoma;
        text-decoration: none;
}
body {
        font: 9pt Arial;
        margin: 0;
        padding: 0;
}
.MainStructure {
        background: #fff none repeat scroll 0 0;
}
.MainStructure .TopBanner {
        background: #23c39e none repeat scroll 0 0;
        /*height: 640px;*/
        margin: 0 auto;
        position: relative;
        width: 100%;
        overflow: hidden;
}
.MainStructure .FooterBanner {
        background: #23c39e 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: 1000px;
}
.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;
}
