@charset "iso-8859-1";
/* Body white; background image of fish */
    body{ background: #FFFFFF url("images/l-fish.gif"); } 
					
/* links color blue; visited color pink; hover color red, background yellow */
	a:link { color: #0000FF; 
           text-decoration: none; 
           font-weight: 800; }					
	a:visited { color: #008000; 
           text-decoration: none; 
           font-weight: 800; }
	a:hover { color: #FF0000; 
			background: #FFFF00;
            text-decoration: none; 
            font-weight: 800; } 
					
/* table cells */					
	td { font-family: sans-serif,Arial,Helvetica; 
            text-align: center;
			border-color: #006600;
            }
/* navigation table cells */			
 	td#navhdr { background:white; rowspan:1; }
	
	td#I00001 { width: 15%;
				background: #C0C0C0; 
				border-width: none;
				border-style: none;
				}
   
	.prod { color: #006600; 
            font-style: normal; 
            font-weight: 400;
            font-size: large; }

/* header 1 */    
	h1    { color: #006600;
			border-color: #006600;
            font-style: italic; 
            font-weight: 800;
            font-size: x-large;
            font-family: sans-serif,Arial,Helvetica; }

/* header 2 */    
	h2    { color: #006600;
			border-color: #006600;
            font-style: italic; 
            font-weight: 800;
            font-size: large;
            font-family: sans-serif,Arial,Helvetica; }

/* Horizontal Line */
	hr    { color: blue; 
			border-color: #006600; 
			font-style: normal; 
            font-weight: 400;
            font-size: medium;
            font-family: sans-serif,Arial,Helvetica; }
    
	.ws { font-family: sans-serif,Arial,Helvetica; }
	

	

  
   