.LessonTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.StepHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FF0000;
}
.StepTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
.SubStep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.StepWindow {
	background:#00ccff;
	width:100%;
	border-style:solid;
	border-color:#00ccff;
	border-width:4px;
}
.StepTitleBar {
	background:#bbbbbb;
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	width:100%;
}
.StepBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:white;
	border-width:1px;
	border-style:solid;
	width:100%;
	scrollbar-base-color: #bbbbbb;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #999999;
	
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
}

.CodeWindow {
	background:#999999;
	border-top-width:1px;
	border-top-style:solid;
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	width:100%;
}
.CodeSteps {
	background:white;
	border-width:1px;
	border-style:solid;
	width:100%;
	scrollbar-base-color: #bbbbbb;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #999999;
	
	scrollbar-shadow-color: #000000;
	scrollbar-lightshadow-color: #000000; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #000000;
}
.CodeStep16 {
	font-size:16px;
	font-family:Courier New,Courier,monospace;
	background:#dddddd;
}
.CodeLine16 {
	width:100%;
	font-size:16px;
	font-family:Courier New,Courier,monospace;
	background:#dddddd;
	color:#000000;
}
.Code12 {
	font-size:12px;
	font-family:Courier New,Courier,monospace;
}


