body {
    margin : 0em 0em 0em 0em;
    background-color : black;
}

td { 
    background-repeat : no-repeat; 
    background-position : center; 
    color : #a7b2a4; 
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    font-size : 10pt; 
    text-align : justify;
} 

a:hover { 
    text-decoration: none; 
    color: #FFFFFF; 
    font-weight : bold; 
}

a { 
    text-decoration: none; 
    color: #999999; 
    font-weight : bold; 
} 

td.black { 
    background-repeat : no-repeat; 
    background-position : top; 
    color : #a7b2a4; 
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    font-size : 10pt; 
    text-align : justify; 
}

td.logo {
    background-image : url(/pics/title-logo.jpg);
    vertical-align : middle;
}

.center-align {
    text-align : center;
}

.right-align {
    text-align : right;
}

.no-border {
    border : 0;
}

.lang-button {
    border : 0;
    vertical-align : top;
}

.bottom-para {
    text-align : center;
    font-size : x-small;
}