table.MidiTable
{
	background-color: #FFFFFF;
}
.TableHeader
{
	background-color: #B8DBFF;
	font-weight: bold;
}
#LeftPanelOuter
{
	width: 123px;
	background-color: #FFFFFF;
	border: gray 1px solid;
	margin: 10px 10px 10px 10px;
	left: 0px;
	position: absolute;
	top: 122px;
}
#MyOtherPlaces
{
	width: 100%;
	background-color: #B8DBFF;
	text-align: center;
	border-bottom: gray 1px solid;
}


div.Book
{
	font-family: 'Times New Roman';
	border-top: solid 1 black;
	padding-top: 20px;
	padding-bottom: 20px;
}

p.Book
{
	text-indent: .5em;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.BookBigCap:first-letter
{
	font-size: 200%;
	color: Blue;
}

