body, td, input, textarea, font, a, b, i {
    font-family: verdana, geneva, arial;
    font-size: 11px;
}
body {
    background-color: #B70F18;
}

td {
    background-color: #FFFFFF;
}
td.navi {
    background-color: #DEDEDE;
}
td.content1 {
    background-color: #8A8A8A;
}
td.customer {
    border: 1px solid #AEAEAE;
}

a {
    color: #B70F18;
    text-decoration: none;
}
a.navi {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

font {
    color: #000000;
}

li {
    color: #8A8A8A;
}

.highlight {
    color: #B70F18;
    font-weight: bold;
}

.naviSelected {
    font-weight: bold;
    text-decoration: none;    
}

div.network {
    width: 100%;
    border: 1px outset white;
    left: 0px;
    top: 0px;
    position: fixed;

/* ie hack (aka wackel-dackel ;-)
    position: expression("absolute");
    width: expression(document.body.clientWidth);
    top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
*/
}

