body { background-color: white; }

.header {
    color:rgb(89,89,89);
    font-family:Arial, Helvetica, sans-serif;
    font-size:32pt;
    text-align:center;
    text-weight:bold;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-color:navy;
    margin-left:0;
}

h1 {
    border-color:navy;
    color:rgb(89,89,89);
    border-bottom-style:solid;
    border-bottom-width:3px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:20pt;
}

h2 {
    font-family:Arial,Helvetica,sans-serif;
    font-size:16pt;
}

p,ul,dl,ol,td {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
}

.box {
    text-align:left;
    width:80%;
}

.boxhdr {
    color:rgb(89,89,89);
    background-color:#d0f0e0;
    border-color:navy;
    border-top-style:solid;
    border-top-width:2px;
    border-left-style:solid;
    border-left-width:2px;
    border-right-style:solid;
    border-right-width:2px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14pt;
    padding:2px;
}

/* hyperlinks */
/*a:link, a:visited { text-decoration:none; }
a:hover, a:active { text-decoration:underline; }*/

/* navigation table */
table.navigation {
    border-style:solid;
    border-color:blue;
/*    border-width: 2px, 2px, 2px, 2px;*/
}

/* inactive section */
td.navNormalSection {
    color:white;
    white-space:nowrap;
    background-color:#B0D8E0;
    padding:3px;
    text-align:center;
    font-weight:bold;
}
td.navNormalSection a:link, td.navNormalSection a:visited { 
    color:white;
    white-space:nowrap;
    font-weight:bold;
    text-decoration:none;
}
td.navNormalSection a:hover { text-decoration:underline; }
td.navNormalSection a:active { color:black; text-decoration:underline; }

/* active section */
td.navActiveSection {
    color:black;
    white-space:nowrap;
    background-color:#B0D8E0; 
    padding:3px;
    text-align:center;
    font-weight:bold;
}

/* inactive entry */
td.navNormalEntry { 
    color:blue;
    white-space:nowrap;
    background-color:white;
    padding:3px;
    text-align:center;
}
td.navNormalEntry a:link, td.navNormalEntry a:visited { 
    color:blue;
    font-weight:bold;
    text-decoration:none;
}
td.navNormalEntry a:hover, td.navNormalEntry a:active { 
    text-decoration:underline;
}

/* active entry */
td.navActiveEntry { 
    white-space:nowrap;
    background-color:white;
    font-weight:bold;
    text-decoration:underline;
    padding:3px;
    text-align:center;
}

