body {
    font-family: "Times New Roman";
    font-size: 11pt;
    color: rgb(0,0,0);
    background-color: rgb(253,249,162);
}

.navtable { text-align: center;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 10pt;
            font-weight: bold;
            margin-bottom: 15px;
}
         
.navcell { background-color: #CCCCCC;
           color: black;
}

.navcell_current { background-color: #848ABD;
}

.navcell_current a { color: black;
                     text-decoration: none;
                     font-weight: bold;
}

.navcell:hover { background-color: #848ABD;
}

.navcell a { text-decoration: none;
}

.navcell a:hover { text-decoration: underline;
                   color: #000000;
}

.list-general li   { margin: 0 0 10px 0;
                    text-indent:0em;
                    padding-left: 0.5em;
                    /* border: 1px dotted black; */
}

.title1 {
    font-family: "Broadway BT", "Times New Roman";
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.title1a {
    font-family: "Times New Roman";
    font-size: 11pt;
    font-weight: normal;
}

.title2 {
    font-family: "Broadway BT", "Times New Roman";
    font-size: 12pt;
    text-align: center;
}

.title3 {
    font-size: 14pt;
    font-weight: bold;
}    

.title4 {
    font-weight: bold;
    text-decoration: underline;
    background-color: #1DFF77;
}

.captionright {
    vertical-align: middle;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 10px;
}

.credits {
    font-size: 8pt;
}

.captionright2 {
    vertical-align: middle;
    margin-left: 10px;
}

.floatleft {
    float: left;
    border: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.floatright {
    float: right;
    border: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* a:hover		 { color: rgb(0, 0, 255) ! important }  */


