
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    text-align: center;
}
.MainStructure .TopBanner {
    text-align: center;
}
.MainStructure .TopBar, .FooterBar {
    display: inline-block;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBar {
    display: inline-block;
    text-align: justify;
    width: 100%;
}
.MainStructure .TopBar {
    position: relative;
}
.MainStructure .FooterBar {
    color: #E9E9E9;
    margin-bottom: 30px;
}
.MainStructure .FooterBar a {
    color: #D0D0D0;
}
.MainStructure .FooterBar a:hover {
    color: #FFFFFF;
}
