<!--
IE finds images files starting from the css file location... :url('tablet1i.gif') 
STUPID Netscape looks from location of the page using the css file... :url('../tablet1i.gif')

I had to put the image files in 2 locations so that both browsers could find them. Jeesh!

NO Numerals as first digit of class name (.2br-A =NO .br2-A =YES) to make it work.   
Also, must separate border code from bgcolor so bgcolor will then show up in Netscape 4  !
Also can't use shorthand like... border: 1 solid #000080; The "1" nullifies in Netscape
 -->
               
body         { background-image: url('../bg-txtr.jpg') }

.backlink     { background-color: #BBDDFF; font-family: Arial; font-size: 12pt } 
.backlink     { border: solid #000080; border-width: 1 }

.P           { color: #009900; font-family: Arial; font-size: 10pt; font-weight: bold; 
               padding-left: 20; padding-right: 2; padding-top: 0; 
               padding-bottom: 0 }
.P           { border-width: thin; border-style: solid; border-color: #000080 }

td.i1 { background-image: url('../tablet1i.gif'); background-color: #6487B9; height: 50 }
td.i2 { background-image: url('../tablet2i.gif'); background-color: #6487B9 }			
td.i3 { background-image: url('../tablet3i.gif'); background-color: #6487B9 }	

img.pic      { border-left: 3 solid #3333CC; border-right: 3 solid #000080; 
               border-top: 3 solid #3333CC; border-bottom: 3 solid #000080 }               
table.pic      { border-left: 3 solid #3333CC; border-right: 3 solid #000080; 
               border-top: 3 solid #3333CC; border-bottom: 3 solid #000080 }
               
.pageat      { background-color: #006699; color: #FFFFFF }
.pageto      { background-color: #F3E6BC; color: #000080; font-size: 12pt; font-family: Arial }
.liltitle    { color: #99FFCC; background-color: #000259 }

a.but1:link   { font-style: normal; font-variant: normal; font-weight: bold; line-height: 10pt; 
               font-size: 12pt; font-family: Arial; color: #000000;
               border: 1 solid #008000 }
a.but1:visited { font-style: normal; font-variant: normal; font-weight: bold; line-height: 10pt; 
               font-size: 12pt; font-family: Arial; color: #000000;
               text-decoration: none; background-color: #EEEEEE;
               border: 1 solid #000080 }
a.but1:hover { font-style: normal; font-variant: normal; font-weight: bold; line-height: 10pt; 
               font-size: 12pt; font-family: Arial; color: #FFFFFF; 
               text-decoration: none; background-color: #CC0000; 
               border: 1 solid #000000 }  
.slim        { color: #000080; font-size: 8pt; font-family: Arial; font-weight: bold; 
               border: 1px solid #000000; background-color: #BBDDFF }    
.slimB       { color: #000080; font-size: 10pt; font-family: Arial; font-weight: bold; 
               border: 1px solid #000000; background-color: #BBDDFF }           
