#layer { position: absolute; top: 1px; left: 2px; width: 154px; height: 326px; visibility: visible }
body, td {scrollbar-base-color: darkgreen;
   font-family: Arial;
   font-size: 11pt;
   color: darkgreen;
   }

table {border-collapse: collapse;}
td {text-align:left; vertical-align: top;}

table.contentframe {
    border-style: none;
    }
td.contentframe {
    border-style: solid;
    border-width: 2px;
    border-color: green;
    }
td.shadow {
    border-style: none;
    border-width: 0px;
    }

.contentheader {
    background-image: url(images/contentheader.jpg);
    background-repeat: repeat-x;
    padding-left:5;
    padding-right:5;
    padding-top:1;
    padding-bottom:0;
    border-bottom: solid black 1px
    }
    
.content {
    background-image: url(images/logobackground-small.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding-left:5;
    padding-right:5;
    padding-top:5;
    padding-bottom:1;
    }

.content2 {
    background-image: url(images/logobackground-large.jpg);
    background-repeat: repeat;
    background-position: center center;
    padding-left:5;
    padding-right:5;
    padding-top:5;
    padding-bottom:1;
    }

a:link, a:visited { color: blue }
a:hover, a:active { color: mediumblue }

.greentext {color: green}

a.greenlink:link, a.greenlink:visited { color: green }
a.greenlink:hover, a.greenlink:active { color: darkgreen }
