   	.heading     	{ font-size: 24pt; font-weight: bold }
	.page 		 	{background-color: #333366;color:white;
					scrollbar-3dlight-color:#7F7F7F;
					scrollbar-arrow-color:#FFFFFF;

					scrollbar-base-color:#191970;

					scrollbar-track-color:#9494C6;

					scrollbar-darkshadow-color:#999999;

					scrollbar-face-color:#181830;

					scrollbar-highlight-color:#999999;

					scrollbar-shadow-color:
					}
	
    /* Regular Size Fonts */
	.Bold           {font-weight:bold;}
    
    /* Small Size Fonts */
	.SmallBold		{font-size:small;font-weight:bold;}
    
    /* XSmall Size Fonts */
	.XSmall			{font-size:x-small;}
	.XSmallBold		{font-size:x-small;font-weight:bold;}
    
    /* XXSmall Size Fonts */
	.XXSmall		{font-size:xx-small;}
	.XXSmallBold	{font-size:xx-small;font-weight:bold;}
	
	.sectionheader	{font-weight: bold;color: #6699CC;font-size: 18pt;}
	.subsectionheader	{font-weight: bold;color: #CFC8DF;font-size: 12pt;}
	.statusline		{font-size:small;font-weight:bold;color: #181830;background-color:#9494C6;align: center;}
	
	a:link 			{color:#C47ED8;}
	a:visited		{color:#9494C6;} 
	a:hover 		{color:#A5C6EF; }
	a:active 		{color:#A5C6EF; font-style: italic;}
	
	.simulatedLink  {color:#C47ED8;TEXT-DECORATION: underline}
