/* 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				{				text-decoration: none;              font-size: 11pt;              color: #333333;              font-family: 'X', arial, helvetica, sans-serif, 'X';				scrollbar-face-color: #CEA82F;				scrollbar-shadow-color: #000000;				scrollbar-highlight-color: #ffffff;				scrollbar-3dlight-color: #ffffff;				scrollbar-darkshadow-color: #cccccc;				scrollbar-track-color: #9BA3A6;				scrollbar-arrow-color: #ffffff;				}	.nav			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 8pt;			    text-decoration: none;			    }				.call			    { 				font-family: 'X', Helvetica, Arial, Sans-serif 'X';				font-size: 13pt;				font-weight: bold;				color: #006699;			    }								.section			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 10.5pt;				font-weight: bold;				color: #ffffff;			    }			.header_lg			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 10.5pt;				font-weight: bold;				color: #475987;			    }				.header_gray1			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 9pt;				font-weight: bold;				color: #999999;			    }			.header_gray2			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 11.5pt;				font-weight: bold;				color: #999999;			    }				.small			    { 				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';				font-size: 8pt;			    text-decoration: none;			    }.small a:link {				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';              font-size: 8pt;              color: #0066FF;              text-decoration: none;              }.small a:visited {				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';              font-size: 8pt;              color: #0066FF;              text-decoration: none;              }.small a:active {				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';              font-size: 8pt;              color: #CC99FF;              text-decoration: none              }.small a:hover {				font-family: 'X', Arial, Helvetica, Arial, Sans-serif 'X';              font-size: 8pt;              color: #FF9933;              text-decoration: none;              }              .smallc    {    font-size: 8pt;    text-decoration: bold;     color: #ffffff;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }    .smallc a:link         {     font-size: 8pt;    text-decoration: bold;    color: #cccccc;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }    .smallc a:visited      {     font-size: 8pt;    text-decoration: bold;     color: #cccccc;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }    .smallc a:active       {     font-size: 8pt;    text-decoration: bold;     color: #cccccc;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }    .smallc a:hover    {     font-size: 8pt;    text-decoration: bold;     color: #FF9933;    font-family: 'X', verdana, arial, helvetica, sans-serif, 'X';    }			    .smallwhite			    { 				font-family: 'X', 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;			    }			    			.menuitem {              font-family: Tahoma, Arial, Trebuchet, Helvetica, sans-serif;              color: white;              font-size: 8pt;              }              .menutop a:link {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 8pt;              color: #000066;              text-decoration: none;              }.menutop a:visited {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 8pt;              color: #000066;              text-decoration: none;              }.menutop a:active {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 8pt;              color: #000066;              text-decoration: none              }.menutop a:hover {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 8pt;              color: #FF9933;              text-decoration: none;              }			    .menuitem {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              color: black;              font-size: 11pt;              }.menuitem a:link {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 11pt;              color: #0066FF;              text-decoration: none;              }.menuitem a:visited {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 11pt;              color: #50687F;              text-decoration: none;              }.menuitem a:active {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 11pt;              color: #CC99FF;              text-decoration: none              }.menuitem a:hover {              font-family: Arial, Trebuchet, Helvetica, sans-serif;              font-size: 11pt;              color: #FF9933;              text-decoration: none;              }	