 .standardBody     {background-color: #E0E0E0; width: 960px;}
 .topHeader 	         {font-size: 18pt; margin: 10px; padding-left: 5px;}
 .topHeaderSmall {font-size: 12pt;}
 .mainContent       {margin: 10px; border: thin solid #00D0D0; border-radius: 4px; padding: 5px; background-color: #F0F0F0;}
 .leftMenu   	         {float: left; width: 128px;}
 .bodyText   	         {min-height: 400px; margin-left: 144px; border-left: 2px solid #C0C0C0; padding: 0px 8px 0px 8px;}
 .button                 {padding: 1px; color: blue; cursor: pointer;}

	/* This is a hack, using the i tag and u tags for syntax highlighting. 
    Note that the source samples use different highlighting, Borland or Microsoft,
		so these two style are applied differently depending.
	*/
	.codeSample i         {font-style: italic; color: #0F006F;}
	.codeSample u        {text-decoration: none; color: #0000FF;}
