/* The document background. */

h1 {
	text-align: center;
}

.-sl-bg {
	/* background: #E8F8FF; */
	background: url(chainLink.jpg);
}

.-sl-tab-current, .-sl-tab-home {
	/* background: #FCFCFF; */
	background: white;
}

.-sl-book-box {
	border: ridge 3px #8080FF;  
	/* background: #E8F8FF; */
	background: url(p5.png);
}



li.-sl-topic-book-current {
	background: #F8FFFF;
}

li.-sl-topic-inactive {
	padding-top: 12px;
}

img.framed {
	border: 2px solid gray;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.left {
	float: left;
	margin-right: 10px;	
	margin-bottom: 10px;
}


body.-sl-body {
	/* color: green; */
	 font-family: "Arial"; 

	font-size: 14px;
}

.-sl-tab-other, .-sl-tab-current, .-sl-tab-inactive, .-sl-tab-home {	
	line-height: 22px;
}
table.explain {
	border-collapse: collapse;
	border: 2px solid black;
	font-size: 14px;
}

table.explain th {
	background: #C08080;
	border: 1px solid gray;
}

table.explain td {
	background: #FFC0E0;
	border: 1px solid gray;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}

table.explain td.sel {
	background: #FFC0E0;
	border: 1px solid gray;
	font-family: Courier New;
	font-size: 11px;
	width: 120px;
	text-align: right;
}

