.clsVisibleStepHolder {
	LEFT: 75px; 
	BACKGROUND-IMAGE: url(bg2.gif); 
	VISIBILITY: visible;  
	WIDTH: 525px; 
	POSITION: absolute; 
	TOP: 225px; 
	HEIGHT: 300px
}
.clsHiddenStepHolder {
	VISIBILITY: hidden
}
.clsVisibleButtonHolder {
	FONT-SIZE: 14pt; 
	LEFT: 525px; 
	VISIBILITY: visible; 
	WIDTH: 150px;  
	COLOR: #000080; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 	
	POSITION: absolute; 
	TOP: 568px;
	cursor: pointer;
	CURSOR: hand;
}
.clsHiddenButtonHolder {
	VISIBILITY: hidden 
}
.clsBackButtonHolder {
	FONT-SIZE: 14pt; 
	LEFT: 441px; 
	VISIBILITY: visible; 
	WIDTH: 150px; 
	COLOR: #000080; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	POSITION: absolute; 
	TOP: 568px;
	cursor: pointer;
	CURSOR: hand;
}
.Question {
	FONT-SIZE: 10pt; MARGIN-LEFT: 15px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}

