/* CSS Document */

<style>
<!--

body 
  { scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #333333;
    scrollbar-track-color: #555555; }
	

a:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }

a:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #777777; }

a:hover
  { text-decoration : underline;
    font-weight: bold;
    color: #000000; }

a:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }



a.dark:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }

a.dark:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #777777; }

a.dark:hover
  { text-decoration : underline;
    font-weight: bold;
    color: #000000; }

a.dark:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #444444; }



a.light:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #AAAAAA; }

a.light:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #999999; }

a.light:hover
  { font-weight: bold;
    color: #FFFFFF; }

a.light:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #AAAAAA; }

	
	
a.bright:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #FFFFFF; }

a.bright:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #999999; }

a.bright:hover
  { font-weight: bold;
    color: #AAAAAA; }

a.bright:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #FFFFFF; }
  
  
  
a.mid:link 
  { text-decoration : none;
    font-weight: bold; 
    color: #333333; }

a.mid:visited 
  { text-decoration : none;
    font-weight: bold;  
    color: #666666; }

a.mid:hover
  { text-decoration : underline;
    font-weight: bold;
    color: #FFFFFF; }

a.mid:active  
  { text-decoration : none;
    font-weight: bold; 
    color: #333333; }
	

.gray-bg { background-color: #CCCCCC; }

-->  
</style>

