/* STYLES FOR THE ENTIRE STANDARD PAGE  */
BODY
{ 
  font-family: verdana, arial, serif;
  font-size: 11pt;  
  font-weight: normal; 
  color: white;
  
  scrollbar-face-color:       silver;
  scrollbar-shadow-color:     #663300;
  scrollbar-highlight-color:  #333333;
  scrollbar-3dlight-color:    #111111;
  scrollbar-darkshadow-color: #111111;
  scrollbar-track-color:      silver;
  scrollbar-arrow-color:      #663300;
}

/* STYLES FOR ALL LINKS */
A {
  color: yellow;
  text-decoration: underscore;
  }

/* STYLES FOR ALL VISITED LINKS */
A:visited {
  color: yellow;
  text-decoration: underscore;
  }

/* STYLES FOR ALL LINKS WHILE MOUSE OVER  */
A:hover { 
  color: red;
  text-decoration: underscore;
  }

/* PAGE SETUP */

TABLE, TR, TD { 
  font-family: verdana, arial, serif;
  font-size: 11pt;  
  font-weight: normal; 
  color: white;
 }

 .caption {
  font-family:  verdana, arial, serif;
  font-size: 8pt;  
  font-weight: normal; 
  color: white;
  }
  
.footerlinks {
  font-family:  verdana, arial, serif;
  font-size: 9pt;  
  font-weight: strong; 
  color: yellow;
  }
  
.disclaimer {
  font-family:  verdana, arial, serif;
  font-size: 7pt;  
  font-weight: normal; 
  color: white;
  }


