
/* normal text */

/* NOTES:
      for font-family, several alternative fonts are specified,
      followed finally by a supported generic family name
      ('serif', 'sans-serif', 'cursive', 'fantasy').

      Place the font-family declaration at the end of the list of
      declarations for a selector to account for an MSIE3 font
      declaration freak out

      For correct rendering across all three browsers include a
      fictitious font name enclosed in single quotes as your
      first font choice and a fictitious font name as your last
      choice. 

      */

			BODY
				{
				scrollbar-face-color: #364468;
				scrollbar-shadow-color: #000000;
				scrollbar-highlight-color: #cccccc;
				scrollbar-3dlight-color: #ffffff;
				scrollbar-darkshadow-color: #999999;
				scrollbar-track-color: #9BA3A6;
				scrollbar-arrow-color: #ffffff;
				}
	
			.nav
			    { 
				font-family: 'X', Verdana, Arial, Helvetica, Sans-serif 'X';
				font-size: 8pt;
			    text-decoration: none;
			    }
				
			.call
			    { 
				font-family: 'X', Arial, Helvetica, Sans-serif 'X';
				font-size: 13pt;
				font-weight: bold;
				color: #006699;
			    }
				
				
			.section
			    { 
				font-family: 'X', Arial, Helvetica, Sans-serif 'X';
				font-size: 10.5pt;
				font-weight: bold;
				color: #ffffff;
			    }
			
			.header_lg
			    { 
				font-family: 'X', Arial, Helvetica, Sans-serif 'X';
				font-size: 12pt;
				font-weight: bold;
				color: #475987;
			    }
				
			.header_gray1
			    { 
				font-family: 'X', Arial, Helvetica, Sans-serif 'X';
				font-size: 9pt;
				font-weight: bold;
				color: #999999;
			    }
			
			.header_gray2
			    { 
				font-family: 'X', Arial, Helvetica, Sans-serif 'X';
				font-size: 11.5pt;
				font-weight: bold;
				color: #999999;
			    }
			    
			.headertop {
              font-family: Verdana, Arial, sans-serif;
   				font-size: 16px; 
   				color: #475987;
   				font-weight: bold;
              }
				
			.small
			    { 
				font-family: 'X', Verdana, Arial, Helvetica, Sans-serif 'X';
				font-size: 8pt;
			    text-decoration: none;
			    }
			    
			.smallwhite
			    { 
				font-family: 'X', Verdana, Arial, Helvetica, Arial, Sans-serif 'X';
				font-size: 8pt;
			    text-decoration: none;
				color: #ffffff;
			    }
	
			.footer
			    { 
				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';
				font-size: 8pt;
			    text-decoration: none;
			    }
				
			a:link     
			    { 
			    text-decoration: none; 
			    color: #0066FF;
			    }
				
			a:visited  
			    { 
			    text-decoration: none; 
			    color: #0066FF;
			    }
				
			a:active   
			    { 
			    text-decoration: none; 
			    color: #0066FF;
			    }
				
			a:hover
			    { 
			    text-decoration: none; 
			    color: #FF9933;
			    }
			    
		  .menutop {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              color: white;
              font-size: 8pt;
              }
              
          .menutop a:link {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #BEBFC0;
              text-decoration: none;
              }
          .menutop a:visited {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #BEBFC0;
              text-decoration: none;
              }
          .menutop a:active {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #BEBFC0;
              text-decoration: none
              }
          .menutop a:hover {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #ffffff;
              text-decoration: none;
              }

			    
		  .menuitem {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              color: white;
              font-size: 8pt;
              }
          .menuitem a:link {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #50687F;
              text-decoration: none;
              }
          .menuitem a:visited {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #50687F;
              text-decoration: none;
              }
          .menuitem a:active {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #CC99FF;
              text-decoration: none
              }
          .menuitem a:hover {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #0066ff;
              text-decoration: none;
              }
              
 			.bottom {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              color: #cccccc;
              font-size: 8pt;
              }
          .bottom a:link {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #cccccc;
              text-decoration: none;
              }
          .bottom a:visited {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #cccccc;
              text-decoration: none;
              }
          .bottom a:active {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #cccccc;
              text-decoration: none
              }
          .bottom a:hover {
              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;
              font-size: 8pt;
              color: #FF9933;
              text-decoration: none;
              }


	