
/*index page*/

body{	
	color: #ffffff;
	font-family: arial;
	font-size: 9pt;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	}

h1,h2,h3{
	text-align:center;
}


table.black_background {	
	background-image: url(./jpegs/left_bar_bkg.jpg);
	color: #ffffff;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000000;
	padding-top: 10;
	padding-right:  10;
	padding-bottom: 10;
	padding-left: 28;
	}

table.black_book_background {	
	background-image: url(./jpegs/left_bar_book.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000000;
	padding-top: 10;
	padding-right:  10;
	padding-bottom: 10;
	padding-left: 28;
	}

table.black_weeds_background {	
	background-image: url(./jpegs/left_bar_weeds.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	background-color: #000000;
	padding-top: 10;
	padding-right:  10;
	padding-bottom: 10;
	padding-left: 28;
	}

.pointer{
	color: #000;
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	background-color: none;
}

.pointer_info{
	color: #400;
	font-family: verdana;
	font-size: 0.8em;
	background-color: none;
	text-align:justify;
	padding-left:18px;
	padding-right:18px;
}

td.pointerh{
	color: #000;
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	background-color: none;
	text-align:left;
	padding:2px;
}
td.pointer{
	color: #000;
	font-family: arial;
	font-size: 8pt;
	background-color: none;
	padding:8px;
}

td.pointerLh{
	color: #008;
	font-family: verdana;
	font-size: 0.9em;
	font-weight: bold;
	background-color: none;
	text-align:left;
	padding:2px;
}
td.pointerL{
	color: #008;
	font-family: arial;
	font-size: 8pt;
	background-color: none;
	padding:8px;
}


td.white_text {
	color: #ffffff;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: none;
	}

td.white_medium_text {
	color: #ffffff;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	background-color: none;
	}

td.coloured_text {	
	color: tan;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	background-color: none;
	}

td.white_text_small {	
	color: #ffffff;
	font-family: arial;
	font-size: 7pt;
	font-weight: bold;
	background-color: none;
	}

td.coloured_text_small {	
	color: tan;
	font-family: arial;
	font-size: 7pt;
	font-weight: bold;
	background-color: none;
	}

td.question {
	background-image: url(./gifs/white_strip.gif);
	color: #2000F0; 
	font-family:  arial; 
	font-size: 9pt; 
	font-weight: none; 
	}

td.answer {
	color: #330099; 
	font-family:  arial; 
	font-size: 9pt; 
	font-weight: none;

	padding-left:25;
	}

td.whitebox {
	background-image: url('./gifs/para_white_bg.gif');
	color: #000000; 
	font-family:  arial; 
	font-size: 9pt; 
	font-weight: none; 
	padding:8px;
	}

td.main_background{
	background-image: url(./jpegs/main_bkg.jpg);
	}

td.button_bar{
	background-image: url(./jpegs/button_bar_bkg.jpg);
	}

/*contents & subheadings page*/

th {
	color: #000000;
	font-family: arial;
	font-size: 12pt;
	font-weight:bold;
	text-align:left;

	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	
	padding-top: 10;
	padding-right:  5;
	padding-bottom: 8;
	padding-left: 40;
	}

td.chapters {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	text-align:right;

	border-top-style:none;
	border-top-color:none;
	border-top-width:1px;

	border-right-style:solid;
	border-right-color:#000000;
	border-right-width:1px;

	border-bottom-style:none;
	border-bottom-color:none;
	border-bottom-width:1px;

	border-left-style:none;
	border-left-color:none;
	border-left-width:1px;
	
	padding-top: 5;
	padding-right:  10;
	padding-bottom: 0;
	padding-left: 45;
	}

td.heading {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	font-weight:bold;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	padding-top: 5;
	padding-right:  20;
	padding-bottom: 0;
	padding-left: 10;
	}

td.sub_heading {
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	line-height: 1.6; 
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30;
	}


p.underline_black {
	font-family:  arial; 
	font-size: 8pt; 
	font-weight: none; 
	border-top:none;
	border-left:none;
	border-bottom:solid;
	border-bottom-color: #000000;
	border-bottom-width:3px;
	border-right:none;
	}

/*styles for all text content pages (review/authentication/synopsis/major_prophet*/

table.text {
	background-image: url(./jpegs/main_bkg_darker.jpg);
	color: #000000;
	font-family: arial;
	font-size: 0.9em;
	padding-top: 10;
	padding-right: 20;
	padding-bottom: 10;
	padding-left: 24;
	}


table.text_justify {
	background-image: url(./jpegs/main_bkg_darker.jpg);
	color: #000000;
	font-family: arial;
	font-size: 0.9em;
	padding-top: 10;
	padding-right: 20;
	padding-bottom: 10;
	padding-left: 24;
	text-align:justify;
	}


h3 {
	color: #000000; 
	font-family:  arial; 
	font-size: 12pt; 
	font-weight: 700; 
	margin:0px;
	padding:0px;
	}

p.review {
	color: #000000; 
	font-family:  arial; 
	font-size: 8pt; 
	font-weight: none; 
	}

p.underline {	
	color: #000000; 
	font-family:  arial; 
	font-size: 8pt; 
	font-weight: none; 

	border-top:none;
	border-left:none;
	border-bottom:solid;
	border-bottom-color: #937945;
	border-bottom-width:3px;
	border-right:none;
	}

/*links*/
a:link { 
	color:#ffffff;
	 font-family:arial;
	 font-size:0.9em;
	 text-decoration:none;
	 }

a:visited {
	color: #ffffff;
	font-family:arial;
	font-size:0.9em;
	text-decoration:none;
	}

a:active {
	color:#ffffff;
	font-family:arial;
	font-size:0.9em;
	text-decoration:none;
	}

a:hover {
	color:#ffffff;
	font-family:arial;
	font-size:0.9em;
	text-decoration:underline;
	}


/*purchase links*/
a.purchase:link { 
	color:#000000;
	 font-family:arial;
	 font-size:0.9em;
	 font-weight:bold;
	 text-decoration:none;
	 }

a.purchase:visited {
	color: #000000;
	font-family:arial;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	}

a.purchase:active {
	color:#000000;
	font-family:arial;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	}

a.purchase:hover {
	color:#000000;
	font-family:arial;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:underline;
	}



/*pointer links*/
a.pointer:link { 
	color:#600000;
	 font-family:arial;
	 font-size:1.0em;
	 font-weight:bold;
	 text-decoration:none;
	 }

a.pointer:visited {
	color: #600000;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	}

a.pointer:active {
	color:#600000;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	}

a.pointer:hover {
	color:#00f;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
	}



/*pointer links*/
a.pointerL:link { 
	color:#008;
	 font-family:arial;
	 font-size:1.0em;
	 font-weight:bold;
	 text-decoration:none;
	 }

a.pointerL:visited {
	color: #008;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	}

a.pointerL:active {
	color:#008;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	}

a.pointerL:hover {
	color:#00f;
	font-family:arial;
	 font-size:1.0em;
	font-weight:bold;
	text-decoration:underline;
	}
