 body {
	background-color: #f5f5f5;
	color: black;
}
 :link {
	color: #4288BD;
	background-color : transparent;
}
 :visited {
	color: Gray;
	background-color : transparent;
}
 :active {
	color: Navy;
	background-color : transparent;
}
td.heading {
	font-family: arial,helvetica,sans-serif;
	color : Black;
	font-weight : bold;
	font-size : smaller;
	vertical-align : top;
}
td {
	font-family: arial,helvetica,sans-serif;
	color : Black;
	font-size : smaller;
	vertical-align : top;
}
td.chapter {
	background-color : #d1e1e1;
	font-family: arial,helvetica,sans-serif;
	font-weight : bold;
	color : Black;
	font-size : smaller;
	vertical-align : top;
}
td.topic {
	background-color : #dbd8bf;
	font-family: arial,helvetica,sans-serif;
	font-weight : bold;
	color : Black;
	font-size : smaller;
	vertical-align : top;
}
td.keyelement {
	background-color : #DDB9AE;
	font-family: arial,helvetica,sans-serif;
	font-weight : bold;
	color : Black;
	font-size : smaller;
	vertical-align : top;
}
td.note {
	font-family: arial,helvetica,sans-serif;
	color : Black;
	font-size : x-small;
	vertical-align : top;
	text-align : left;
}
td.note {
	font-family: arial,helvetica,sans-serif;
	color : Black;
	font-size : xx-small;
	vertical-align : top;
	text-align : left;
}
DIV.copy {
	color : #666666;
	font-size : x-small;
	background-color : transparent;
}