body {
    margin : 0em 0em 0em 0em;
}

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

td.logo-black {
    background-image : url(pics/title-logo.jpg);
    background-repeat : no-repeat; 
    background-position : top; 
    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; 
} 

.nav-content {
    font-weight : bold;
}

.nav-content-selected {
    font-weight : bold;
    background-color : #444444;
}

.nobr {
    white-space : nowrap;
}

.tour-header {
    border: 1px solid #333333;
}