/*
 * $Header: /var/cvsreps/bie/bie/algo/web/style.css,v 1.1 2006/03/28 08:37:36 bie Exp $
 */

/*
 * Variant for Netscape
 */

BODY {
        color:                  #000000;
        background:             url(../images/bg-watermark.gif) white;
        background-repeat: 	no-repeat;
        font-family:            helvetica, arial, sans-serif;
}


/* Netscape workaround */
H1, H2, H3, H4, H5, H6, P, UL, OL, TD, TH, ADDRESS {
        font-family:            helvetica, arial, sans-serif
}

H1, H2, H3, H4, H5, H6 {
        padding-top:            1em;
}

A.nbar {
	text-decoration:        none;
}
A.nbar:link, A.nbar:visited, A.nbar:active {
        color:                  black;
}

TH {
	background-color: #f0f0f0;
}

TD.current {
	background-color: #f0f0f0;
}
TD.white {
	background-color: #ffffff;
}
TD.yellow {
	background-color: #00ffff;
}

TD {
	background-color: #e0e0e0;
}

