A:link { 
     color: #990000;
     }
A:visited {
     color: #996600;
     }
A:active {
     color: #660000;
     }
A:hover {
     color: #6699cc;
     }
     
     IMG {
     border: 0px none;
     }
HR {  
     height: 2px;
     color: #660000;
     }
     
/* These styles are for the navigation table in the left column */

#leftcol {
     width: 150px;
     }
#leftcol#navtbl {   
     border-top: 2px solid #660000;
     border-left: 2px solid #660000;
     border-right: 2px solid #660000;
     border-bottom: 1px solid #660000;
     }
#leftcol#navtbl A:link { 
     text-decoration: none;
     color: #990000;
     }
#leftcol#navtbl A:visited {
     text-decoration: none;
     color: #996600;
     }
#leftcol#navtbl A:active { 
     text-decoration: none;
     color: #660000;
     }
#leftcol#navtbl A:hover { 
     text-decoration: none;
     color: #6699cc;
     }
#leftcol#navtbl TH, #leftcol#navtbl TD {
     font-family: arial,sans-serif;
     font-size: x-small;
     border-bottom: 1px solid #999966;
     padding-top: 2px;
     padding-right: 2px;
     padding-bottom: 2px;
     }
#leftcol#navtbl TH {
     text-align: left;
		 font-size: x-small;
     background: #999966; 
     padding-left: 3px;
     color: #000000;


     }
#leftcol#navtbl TD {
			text-align: left;
		 font-size: x-small;				
     background: #999966;
     padding-left: 10px;
     color: #000000;
     }



