.body {
    margin: 0px;
}

.menulink {
    margin: 0px;
    font-size: 12.5px;
    font-family: Arial;
    color: white;
}

a.menulink,
a.menulink:visited,
a.menulink:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

a.menulink:hover {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.signInPanel A:link {
    color: #3cf
}

.signInPanel A:visited {
    color: #3cf
}


/* The titlebar */

.header {
    background-image: url(/header/images/id_tg_tr_background.png);
    background-attachment: scroll;
    background-repeat: repeat;
    height: 142px;
}


/* The dot logo */

.dotlogo {
    float: left;
    position: relative;
    border: 0;
}


/* images */

img.borderless {
    border: 0px;
}
