body{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #ffffff;
}

table.Menu{
	float: right;
	background-color: #000000;
	color: #ffffff;
	margin-right: 20px;
	margin-left: 10px;
	font-size: 9pt;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.ExplanationTable{

}

.CurrentMenuCell{
	background-color: #cccccc;
	color: #000000;
	cursor: default;
}

.NextMenuCell{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline overline;
}

div.Header{
	background-color: #000000;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	padding: 10px;
	margin: 0px;
	vertical-align: middle;
}

div.MainContent{
	padding: 8px;
	border-style: solid;
	border-width: 1px;
}

h2{
	text-align: center;
}

ol.Instructions{
	color: #990000;
	background-color: #ffffff;
}

em.Command{
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
}

em.Terminology{
	color: #000000;
	font-weight: bold;
	font-style: normal;
	background-color: #ffff66;
}

em.FileName{
	font-family: "courier new", monospace;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
}