body {
}

h1 {
    font-size:      x-large;
    color:          navy;
    background:     lime;
    width:          100%;
    text-align:     right;
    margin-bottom:  0;
}

p {
    text-indent:   1em;
    margin-top:    1pt;
    margin-bottom: 1pt;
}

p.navbar {
    width:          100%;
    text-indent:    0;
    clear:          both;
    text-align:     right;
    margin-bottom:  1ex;
}

table {border-style: solid}
table.footer {
    width:         100%;
    clear:         both;
}

table.footer {
    margin-top:       1ex;
    border-top:       solid;
    border-top-width: 1pt;
    border-left:      none;
    border-right:     none;
    border-bottom:    none;
    border-color:     black
}

td {
    border: thin;
    vertical-align: top;
}

img {
    border-style: solid;
    border-color: black;
    border-width: 1
}
img.icon { border-style: none; }
img.left  {
    float:          left;
    clear:          right;
/*    margin-left:    0 */ /* Netscape crashes on this line! */
}
img.right {
    float:          right;
    clear:          left;
/*    margin-right:   0 */ /* Netscape crashes on this line! */
}
img.top {
    clear:      both;
}
.mainlink {font-size:  large}
.sublink  {font-size:  xx-small}
.title    {font-style: italic}
.disabled {color:      gray}

