
img {
    border: medium none;
}
* {
    margin: 0;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
body {
    font: 9pt Arial;
    margin: 0;
    padding: 0;
}
.MainStructure {
    background: url("images/pattern.png") repeat scroll 0 0 #E8E8E8;
    text-align: center;
}
.MainStructure .TopBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .FooterBanner {
    text-align: center;
    width: 100%;
}
.MainStructure .ContentBanner {
    background: none repeat scroll 0 0 #FFFFFF;
    display: inline-block;
    width: 960px;
}
.MainStructure .TopBar, .FooterBar {
    display: inline-block;
    width: 960px;
}
.MainStructure .LeftBar, .ContentBar {
    text-align: justify;
    vertical-align: top;
}
.MainStructure .LeftBar {
    padding: 0 20px 20px 15px;
}
.MainStructure .ContentBar {
    padding: 0 15px 20px 0;
    width: 230px;
}
