@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	background-color: #ebebeb;
}

/*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*/
.cell    {
	text-align:justify;
	padding:10px 80px;
	vertical-align:top;
}

/*only applies to the cover page of the book*/
#cover  {
	height:1200px;
	background-image:url(images/img0_1.png);
	background-repeat:repeat-x;
	text-align:center;
}

.book_title   {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	font-weight:bold;
	line-height:160%;
	color:#6e6e70;
}

.title1  {
	font-size:28px;
	line-height:120%;
	padding-bottom: 0px;
}

.title2  {
	font-size:24px;
	line-height:120%;
	padding: 0px;
}

/*normal size but bold*/
.bold2  {
	font-weight:900;
}

/*normal size but italic*/
.italic  {
	font-style:italic;
}

.bolditalic  {
	font-style:italic;
	font-weight:900;
}

/*normal size but underline*/
.underline  {
	text-decoration:underline;
}

.notes_italic    {
	font-size:16px;
	font-style:italic;
}

.notes    {
	font-size:16px;
}


/* 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;
}

.indent   {
	padding-left:30px;
}
	
.indent2   {
	padding-left:150px;
}

.bold  {
	font-weight: 900;
	color: gray;
	text-align: right;
}

td
{
	text-align: left;
	padding:15px;
}

.title {
	background-color: #b72025;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.titleb {
	background-color: #0071bb;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.titley {
	background-color: #feb811;
	font-style: italic;
	font-weight: bold;
}

.titlem {
	background-color: #aa54a1;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.titlef {
	background-color: #d80e8c;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.titlek {
	background-color: #cb572c;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.titleg {
	background-color: #00803e;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

.red {
	color: #b72025;
	font-weight: bold;
}

.green {
	color: #69c183;
	font-weight: bold;
}
	
.orange {
	color: #f25b23;
	font-weight: bold;
}

.mov {
	color: #ab6ab3;
	font-weight: bold;
}

.blue {
	color: #104e92;
	font-weight: bold;
}

.blue2 {
	color: #104e92;
}

.ciel {
	color: #0071c3;
	font-weight: bold;
}

.yellow {
	color: #feb811;
	font-weight: bold;
}

.fuzia {
	color: #d80e8c;
	font-weight: bold;
}

.black {
	color: #000000;
	font-weight: bold;
}

.somonbg {
	background-color: #efccbe;
}

.title_img {
	position:relative;
	top: -50px;
	left: 600px;
	z-index:+1
}

.cielbox {
	border: 3px solid #a8d1e5;
	padding: 5px;
}

.redbox {
	border: 5px solid #b72025;
	padding: 5px;
}

.yellowbox {
	border: 5px solid #feb811;
	padding: 5px;
}

.greenbox {
	border: 5px solid #69c183;
	padding: 5px;
}

.orangebox {
	border: 5px solid #f15923;
	padding: 5px;
}