/** This style sheet will specify the styles that are used on the help pages which are triggered by clicking on one of the "What's this?" listing**/div.assistHeader	{height: 40px;						background-color: #8A1F1F;						background-repeat: repeat-x;}						/* Styles for <p> elemenst */p.assistTitle		{font-family: Verdana, Arial, Times;						 font-size: 10pt;						 font-weight: bold;						 color: white;						 float: left;						 margin: 10px;}.assistMain		{font-family: Verdana, Arial, Times;						 font-size: 8pt;						 color: white;						 float: left;						 margin: 5px;}						 p a:link			{font-famiy: Verdana, Arial, Times;								 				 font-size: 10px;								       	 	     color: white;								       	 	     text-decoration: none;}p a:visited	{font-family: Verdana, Arial, Times;												 font-size: 10px;												 color: white;												 text-decoration: none;}p a:hover		{font-family: Verdana, Arial, Times;												 font-size: 10px;												 color: black;												 text-decoration: underline;}p a:active	{font-family: Verdana, Arial, Times;												 font-size: 10pt;												 color: white;												 text-decoration: none;}