body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/background/bgFlat.jpg);
	text-align: center;
}
a {
	color: #600;
	text-decoration: none;
	text-align: center;
}
h2 {
	font-size: 24px;
	text-align: center;
}
h3 {
	font-size: 24px;
	text-align: Left;
}

#left {
	font-size: 14
px;
	text-align: Left;
}

.slightText {
	font-size: 14px;
	text-align: center;
}
#chapterNotes , th, tr, td{
	font-size: 18px;
	color: #333;
	font-style: normal;
	border-style: none;
	border-width: 0px;
	text-align: right;
}
#chapterNotes {
	width: 80%;
	text-align: left;
	position: relative;
	border: 0;
}
#chapterNotes #evenrow {
	background: #CCC;
}
#chapterNotes #oddrow {
	background: #999;
}
#chapterNotes #evenrow td {
	text-align: left;
}
#chapterNotes #oddrow td {
	text-align: left;
}
body p {
	text-align: center;
}
