@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	background-color: #ebebeb;
}
a {
	color:#00F;
	text-decoration:none;
}
a:hover {
	color:#00F;
	text-decoration:underline;
}
/*containing table - in this case one column only*/

.container {
	background-color:#FFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
}
/* cell of container table with less side padding*/
.cell_index {
	text-align:justify;
	padding:10px 10px;
	vertical-align:top;
}
/* cell of container table*/
.cell {
	text-align:justify;
	padding:10px 80px 10px;
	vertical-align:top;
}

.book_title {
	color:#6d6e70;
	font-weight:900;
	font-size:36px;
	line-height:140%;
	margin: 100px auto;
}
.chapter0 {
	font-family:'Comic Sans MS', cursive;
	font-weight:900;	
	font-size:24px;
	text-indent:20px;
	padding-bottom:10px;
}

.indent {
	padding-left:20px;
}
/*normal size but bold*/
.bold {
	font-weight:900;
}
/*normal size but italic*/
.italic {
	font-style:italic;
}
/*normal size but underline*/
.underline {
	text-decoration:underline;
}
.notes {
	font-size:15px;
}
/*.notes_img {
	font-size:17px;
	text-align:center;
}*/
/* a div tag to apply "aling center" in images or text*/

.center {
	text-align:center;
}
/* a div tag to apply "aling right" in images or text*/
.right {
	text-align:right;
}
/* a div tag to apply "aling left" in images or text*/
.left {
	text-align:left;
}
p.normal{
	margin:0;
	text-indent:24px;
}
p{
	margin:0;
	text-indent:0px;
}
.clear {
	display: block;
	overflow:hidden;
	clear: both;
}
.small {
	font-size:90%;
}
.large {
	font-size:120%;
}
.xlarge {
	font-size:150%;
}
.orange {
	color:#f36f2c;
}
.blue {
	color:#0091d4;
}
.blue_dark{
	color:#144e8c;
}
.green {
	color:#8dc63f;
}
.green_dark{
	color:#00a650;
}
.green_light {
	color:#00a658;
}
.gold {
	color:#bb9737;
}
.purple {
	color:#aa55a1;
}
.pink{
	color:#ec008c;
}
.grey{
	color:#a7a9ac;
}
.red{
	color:#ed1c24;
}
.red_dark{
	color:#b72025;
}
.yellow{
	color:#ffd52f;
}
.yellow_dark{
	color:#fdb813;
}
.olive{
	color:#a7a838;
}
.brown{
	color:#ab6b3a;
}
.chapter_intro {
	font-family:'Comic Sans MS', cursive;
	/*font-size:16px;*/
}
.special_font {
	font-family:'Comic Sans MS', cursive;
}
.lesson {
	font-family:'Comic Sans MS', cursive;
	margin-bottom:10px;	
	font-size:60px;
	line-height:60px;
}
.subtitle {
	font-family:'Comic Sans MS', cursive;
	font-size:36px;
	line-height:normal;
}
.title {
	font-family:'Comic Sans MS', cursive;
	font-size:24px;
	line-height:normal;
}
.list-orange-tick {
	list-style-image:url(images/tmp_bullet_orange_tick.png);
}
.list-blue-tick {
	list-style-image:url(images/tmp_bullet_blue_tick.png);
}
.list-green-tick {
	list-style-image:url(images/tmp_bullet_green_tick.png);
}
.list-blue_dark-tick {
	list-style-image:url(images/tmp_bullet_blue_dark_tick.png);
}
