/* li { margin-top: 0.5em; margin-bottom: 0.5em }

dt { font-weight: bold; margin-top: 1em } */

/* _______________ Universal _______________ */



body {
    font: 0.8em Verdana, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: 0.003em;
    color: #383737;  
    margin: 0 auto 0 auto;
    padding: 0;
    width:96%;
    background-color: #FAFAFA;
}


a:link { color: #383737;  text-decoration: none; border-bottom: 1px solid #B5ACF0; }
/* a:link { color: #383737;  text-decoration: none; border-bottom: 1px solid #6A5ACD; }
a:link { color: #383737;  text-decoration: none; border-bottom: 1px solid #BEE7ED; } */
a:visited { color: #383737;  text-decoration: none; border-bottom: 1px solid #cccc99; }
a:hover { color: #a8001c;  text-decoration: none; border-bottom: 1px solid #a8001c; }

/*
a:link { color: #006a80;  text-decoration: none; border-bottom: 1px solid #cfe2e5; }
a:visited { color: #696969;  text-decoration: none; border-bottom: 1px solid #cfe2e5; }
a:hover { color: #a8001c; text-decoration: none; border-bottom: 1px solid #e5cfd2; }
*/
/* a:visited { color: purple;  text-decoration: none; border-bottom: 1px solid #cfe2e5; } */


/* a:link { color: #383737;  text-decoration: none; border-bottom: 1px solid #ffcc00; } */

/*
a:link { color: #383737;  text-decoration: none; border-bottom: 1px solid #ffa500; }
a:visited { color: #383737;  text-decoration: none; border-bottom: 1px solid #a9a9a9; }
a:hover { color: #a8001c; text-decoration: none; border-bottom: 2px solid #a8001c; }
*/

.navigation a:link { color: #000033;  text-decoration: none; border-bottom: 0px; }
.navigation a:visited { color: #383737;  text-decoration: none; border-bottom: 0px; }
.navigation a:hover { color: #a8001c; text-decoration: none; border-bottom: 0px; }


img { border: 0; }

/* Navigation
----------------------------------------------- */

ul#menu li {
    display:inline;
    margin: 0 2em 0 0;
}
ul#menud li {
    display:inline;
    margin: 0 2em 0 0;
}

/*
table#w {
    width: 100%;
}
*/

/* td.big { font-size:100%; } */

table#t01 {
    display: table;
    border-collapse: separate;
    border-style: ridge;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-spacing: 2px;
    background-color: rgb(255, 255, 255);
    border-top-color: GhostWhite;
    border-right-color: GhostWhite;
    border-bottom-color: GhostWhite;
    border-left-color: GhostWhite;
}


table#t01 tr:nth-child(even) {
    background-color: #F8F8F8;
    padding: 15px;
}
table#t01 tr:nth-child(odd) {
   background-color:#ffffff;
   padding: 15px;
}

table#t01 th {
    color: #383737;  
    background-color: #f0f0f0;
    padding: 10px;
        border: 1px solid black;
        border-collapse: collapse;
        border-color: #DCDCDC;
}


table#t01 td {
    border: 1px solid black;
    border-collapse: collapse;
    border-color: #DCDCDC;
    padding: 5px;
}

table#t02 {
    display: table;
    border-collapse: separate;
    border-style: ridge;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-spacing: 2px;
    background-color: rgb(255, 255, 255);
    border-top-color: GhostWhite;
    border-right-color: GhostWhite;
    border-bottom-color: GhostWhite;
    border-left-color: GhostWhite;
}


table#t02 tr:nth-child(even) {
    background-color: #F8F8F8;
    padding: 15px;
}
table#t02 tr:nth-child(odd) {
   background-color:#ffffff;
   padding: 15px;
}

table#t02 th {
    color: #383737;
    background-color: f0f0f0;
    padding: 10px;
        border: 1px solid black;
        border-collapse: collapse;
        border-color: #DCDCDC;
}


table#t02 td {
    border: 1px solid black;
    border-collapse: collapse;
    border-color: #DCDCDC;
    padding: 5px;
}

img#bdr { border: 4px solid #630530; }


