.accentWord {color: #0000FF}

.asgtitle {
	font-family: Garamond, sans-serif;
	font-size: 16pt;
	text-transform: lowercase;
	color: #00CCFF;
	background-color: #000066;
	letter-spacing: 5pt;
	text-align: center;
}
.asgtext {
	font-family: Tahoma, serif;
	font-size: 10pt;
	color: #000066;
	background-color:inherit;
	vertical-align: top;
}
.lessontext {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12pt;
	color: #000066;
	background-color:inherit;
	font-weight: 500;
	text-align: left;




}
.lessoncode {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	letter-spacing: -1pt;
	font-weight: normal;
	margin-left: 10pt;
	font-style: normal;




}
.lessonhead2 {
	font-family: Garamond, sans-serif;
	font-size: 16px;
	color: #000066;
	background-color: #CCCCCC;
	letter-spacing: 2pt;
	text-align: center;

}
.yellowBlock {
	color:#000000;
	background-color: #FFFF00;
	margin-right: 15px;
	margin-left: 15px;

}
.greenBlock {
	color:#000000;
	background-color: #00FF00;
	margin-right: 15px;
	margin-left: 15px;

}
.outerBlock {
	color:#000000;
	background-color: #33FFFF;
}
body {
	margin: 0px;
	padding: 0px;
}
.reviewList {
	line-height: 2em;
}
.notesTable {
	color: #FFFFCC;
	background-color: #FFFF99;
	background-position: center;
}
table.notesTable tr td {
	background-color: #000066;
	margin: 2px;
	padding: 1px;
}
table.notesTable caption {
	background-color: #000066;
	color:#FFFF99;
	margin: 2px;
	padding: 1px;
}
.lessoncodeBlock {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	letter-spacing: -1pt;
	font-weight: normal;
	font-style: normal;
	margin: 5px;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	background-color: #FFFFCC;
}
.displayBlock {
	margin: 5px;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	background-color: #F9F9F9;
}
.htmltext {
	font-size: 16pt;
	color: #333333;
	font-family: Courier New, Courier;
	background-color: #FFFFCC;
	margin-left:0.5in;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.lessonhead1 {
	font-family: Garamond, sans-serif;
	font-size: 24pt;
	color: #000066;
	background-color: #CCCCCC;
	letter-spacing: 2pt;
	text-align: center;
	margin-top: 1in;
	margin-bottom: 24px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.htmltextReal {
	font-size: 14pt;
	color: #333333;
	font-family: Courier New, Courier;
}
.htmltextReal .tag {
	color: #330099;
}
.htmltextReal .attribute {
	color: #00FF00;
}
.htmltextReal .attributeValue {
	color: #0000FF;
}
.htmltextReal  .comment {
	font-style: oblique;
	color: #999999;
}
