a:link, a:visited {
    color: midnightblue;
    }

a:active, a:hover {
    color: goldenrod;
    }

a.link {
    text-decoration: none;
    }

body {
    background-image: url('images/stripe.gif');
    margin: 0px;
    font-family: arial, sans-serif;
    }

div.main {
    margin-top: -4px;
    padding: 12px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    font-size: smaller;
    height: 93%;
    }

font.address {
    color: midnightblue;
    }        

font.section {
    color: midnightblue;
    font-weight: bold;
    font-style: italic;
    }        

td.top {
    background-image: url('images/icstopbg.gif');
    }

td.left {
    background-image: url('images/binary2.jpg');
    border-right: silver solid 1px;
    position: relative;
    left: -10px;
    vertical-align: top;
    padding-top: 20px;
    }

td.right {
    padding: 10px 15px;
    border-right: silver solid 1px;
    }

td.main {
    background-image: url('images/binary.gif');
    text-align: justify;
    padding: 20px;
    border: silver solid 1px;
    }    

table.linktable {
    margin-top: 11px;
    font-size: 10pt;
    font-weight: bold;
    position: relative;
    left: 15px;
    }

td.link, td.currentlink, td.linktop {
    color: midnightblue;
    border: 1px solid black;
    border-top-width: 0px;
    padding: 4px 5px;
    }

td.link, td.linktop {
    background-image: url('images/binary.gif');
    }

td.currentlink {
    color: navy;
    background-image: url('images/stripe.gif');
    /*
    border-right-width: 0px;
    */
    font-variant: small-caps;
    }
    
td.linktop {
    padding: 0px;
    font-size: 2pt;
    height: 10px;
    }
    
td.titleleft {
    background-image: url('images/titleleft.gif');
    background-repeat: no-repeat;
    }

td.titleright {
    background-image: url('images/titleright.gif');
    background-position: top right;
    background-repeat: no-repeat;
    }