			.clsStepNumber {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 9px;
				font-weight: bold;
				letter-spacing: 4px;
				color: #777;
			}
			
			.clsStepName {
				font-size: 26px;
				color: black;
				margin-bottom: 6px;
			}
			
			.clsStepDescription {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 11px;
				line-height: 18px;
				color: #555;
			}
			
			.clsCategory, .clsAppCategory {
				color: #4B7E54;
				font-size: 18px;
				border-bottom: 1px solid #ccc; 
				margin-bottom:2px;
			}

			.clsCategoryNote {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 10px;
				color: #444;
				margin-top: 4px;
				margin-bottom: 4px;
			}
			
			.clsTipBoxBorder {
				border: 1px solid white;
			}

			.clsTipBox {
				border-top: 1px solid #eeb;
				border-left: 1px solid #eeb;
				border-right: 1px solid #aa7;
				border-bottom: 1px solid #aa7;
				background: #ffc;
			}
			
			.clsTipTitle {
				padding: 1px;
				padding-left: 4px;
				background: #cc9;
				color: white;
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 9px;
				font-weight: bold;
			}
			
			.clsTipDescription {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 10px;
				line-height: 14px;
				padding: 4px;
			}

			.clsAppLabel, .clsFieldLabel, .clsFieldSubLabel {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 11px;
				color: #000;
				white-space: nowrap;
			}
			
			.clsAppLabel {
				margin-top: 2px;
				margin-bottom: 2px;
				
			}
			
			.clsFieldSubLabel {
				font-size: 9px;
				color: #777;
			}
			
			.clsSectionContent {
				background: #EEF7EE;
				border: 1px solid #9CC99D;
			}

			.clsSectionContentWarning {
				background: #ffc;;
				border: 1px solid #aa7;
			}
			
			li {
				font-family: Verdana, Arial, Helvetica, Sans Serif;
				font-size: 12px;
			}
			
			.clsHiddenParagraph {
				display: none;
			}
			